Skip to content

Commit

Permalink
add package: gifski
Browse files Browse the repository at this point in the history
  • Loading branch information
silentJET85 committed Jan 19, 2025
1 parent e5aaf8c commit 5913e6e
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -93,6 +93,7 @@ ganttproject
gb-studio
gcm
gh
gifski
git-delta
github-desktop
gitkraken
Expand Down
9 changes: 9 additions & 0 deletions 01-main/packages/gifski
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DEFVER=1
get_github_releases "ImageOptim/gifski" "latest"
if [ "${ACTION}" != prettylist ]; then
URL="$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)"
VERSION_PUBLISHED="$(cut -d '_' -f 2 <<< "${URL}")"
fi
PRETTY_NAME="Gifski"
WEBSITE="https://gif.ski/"
SUMMARY="Gifski makes smooth GIF animations using advanced techniques that work around the GIF format's limitations."

0 comments on commit 5913e6e

Please sign in to comment.