Skip to content

Commit

Permalink
feat: add pet (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford authored Sep 30, 2024
1 parent b9f9a52 commit 614d7d7
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -197,6 +197,7 @@ papirus-icon-theme
pdfsam-basic
pdfsam-visual
peazip
pet
picocrypt-gui
plexmediaserver
plow
Expand Down
11 changes: 11 additions & 0 deletions 01-main/packages/pet
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
DEFVER=1
ARCHS_SUPPORTED="amd64 arm64 armv6 i386"
CODENAMES_SUPPORTED="bookworm bullseye buster trixie sid focal jammy kinetic lunar mantic noble"
get_github_releases "knqyf263/pet" "latest"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | tr -d v)"
fi
PRETTY_NAME="Pet"
WEBSITE="https://github.com/knqyf263/pet"
SUMMARY="A Simple Command-line Snippet Manager"

0 comments on commit 614d7d7

Please sign in to comment.