Skip to content

Commit

Permalink
Create prospect-mail
Browse files Browse the repository at this point in the history
Adds Prospect Mail unofficial Outlook client per #569
  • Loading branch information
gusdemayo authored and philclifford committed Dec 3, 2024
1 parent 9c04817 commit d011a34
Showing 1 changed file with 17 additions and 0 deletions.
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"

0 comments on commit d011a34

Please # to comment.