Skip to content

Commit 614d7d7

Browse files
authored
feat: add pet (#1151)
1 parent b9f9a52 commit 614d7d7

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

01-main/manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ papirus-icon-theme
197197
pdfsam-basic
198198
pdfsam-visual
199199
peazip
200+
pet
200201
picocrypt-gui
201202
plexmediaserver
202203
plow

01-main/packages/pet

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)