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 e5aaf8c commit 5913e6eCopy full SHA for 5913e6e
01-main/manifest
@@ -93,6 +93,7 @@ ganttproject
93
gb-studio
94
gcm
95
gh
96
+gifski
97
git-delta
98
github-desktop
99
gitkraken
01-main/packages/gifski
@@ -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