We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cbc32 commit 0c93705Copy full SHA for 0c93705
01-main/packages/foliate
@@ -1,5 +1,11 @@
1
-DEFVER=1
2
-PPA="ppa:apandada1/foliate"
+DEFVER=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
9
PRETTY_NAME="Foliate"
10
WEBSITE="https://johnfactotum.github.io/foliate/"
11
SUMMARY="A simple and modern eBook viewer for Linux desktops."
0 commit comments