Skip to content

Commit 0c93705

Browse files
committed
change foliate to Github-release method
1 parent c4cbc32 commit 0c93705

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

01-main/packages/foliate

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
DEFVER=1
2-
PPA="ppa:apandada1/foliate"
1+
DEFVER=2
2+
CODENAMES_SUPPORTED="trixie sid noble oracular"
3+
ARCHS_SUPPORTED="amd64 arm64 armhf"
4+
get_github_releases "johnfactotum/foliate"
5+
if [ "${ACTION}" != prettylist ]; then
6+
URL="$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)"
7+
VERSION_PUBLISHED="$(cut -d '_' -f 2 <<< "${URL}")"
8+
fi
39
PRETTY_NAME="Foliate"
410
WEBSITE="https://johnfactotum.github.io/foliate/"
511
SUMMARY="A simple and modern eBook viewer for Linux desktops."

0 commit comments

Comments
 (0)