Skip to content

Commit 5913e6e

Browse files
committed
add package: gifski
1 parent e5aaf8c commit 5913e6e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

01-main/manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ ganttproject
9393
gb-studio
9494
gcm
9595
gh
96+
gifski
9697
git-delta
9798
github-desktop
9899
gitkraken

01-main/packages/gifski

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
DEFVER=1
2+
get_github_releases "ImageOptim/gifski" "latest"
3+
if [ "${ACTION}" != prettylist ]; then
4+
URL="$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)"
5+
VERSION_PUBLISHED="$(cut -d '_' -f 2 <<< "${URL}")"
6+
fi
7+
PRETTY_NAME="Gifski"
8+
WEBSITE="https://gif.ski/"
9+
SUMMARY="Gifski makes smooth GIF animations using advanced techniques that work around the GIF format's limitations."

0 commit comments

Comments
 (0)