Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Create prospect-mail #1199

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions 01-main/packages/prospect-mail
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
DEFVER=1
ARCHS_SUPPORTED="amd64 arm64 armhf"
get_github_releases "julian-alarcon/prospect-mail" "latest"
if [ "${ACTION}" != "prettylist" ]; then
case ${HOST_ARCH} in
armhf)
URL=$(grep "browser_download_url.*${HOST_CPU}\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
;;
*)
URL=$(grep "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
;;
esac
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'_' -f2)"
fi
PRETTY_NAME="Prospect Mail"
WEBSITE="https://github.com/julian-alarcon/prospect-mail"
SUMMARY="Unofficial email Outlook client using Electron"