Skip to content

Commit

Permalink
added freeshow
Browse files Browse the repository at this point in the history
  • Loading branch information
gfactor authored and philclifford committed Jan 16, 2025
1 parent 78e1364 commit dd920fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ firefox-nightly
flameshot
foliate
franz
freeshow
frostwire
fsearch
ganttproject
Expand Down
10 changes: 10 additions & 0 deletions 01-main/packages/freeshow
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DEFVER=1
ARCHS_SUPPORTED="amd64 arm64"
get_github_releases "ChurchApps/FreeShow" "latest"
if [ "${ACTION}" != prettylist ]; then
URL="$(grep -m 1 "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)"
VERSION_PUBLISHED="$(cut -d'-' -f2 <<< "${URL}")"
fi
PRETTY_NAME="FreeShow"
WEBSITE="https://freeshow.app/"
SUMMARY="A free and open-source presenter"

0 comments on commit dd920fb

Please sign in to comment.