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 b9f9a52 commit 614d7d7Copy full SHA for 614d7d7
2 files changed
01-main/manifest
@@ -197,6 +197,7 @@ papirus-icon-theme
197
pdfsam-basic
198
pdfsam-visual
199
peazip
200
+pet
201
picocrypt-gui
202
plexmediaserver
203
plow
01-main/packages/pet
@@ -0,0 +1,11 @@
1
+DEFVER=1
2
+ARCHS_SUPPORTED="amd64 arm64 armv6 i386"
3
+CODENAMES_SUPPORTED="bookworm bullseye buster trixie sid focal jammy kinetic lunar mantic noble"
4
+get_github_releases "knqyf263/pet" "latest"
5
+if [ "${ACTION}" != "prettylist" ]; then
6
+ URL=$(grep "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
7
+ VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | tr -d v)"
8
+fi
9
+PRETTY_NAME="Pet"
10
+WEBSITE="https://github.com/knqyf263/pet"
11
+SUMMARY="A Simple Command-line Snippet Manager"
0 commit comments