22 lines
602 B
Bash
22 lines
602 B
Bash
# Template file for 'gifski'
|
|
pkgname=gifski
|
|
version=1.13.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Highest-quality GIF encoder based on pngquant"
|
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
|
license="AGPL-3.0-only"
|
|
homepage="https://gif.ski"
|
|
changelog="https://github.com/ImageOptim/gifski/releases"
|
|
distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
|
|
checksum=af49394306f7ececedad3237b4e36ec8f8b85095d8cb6c05f8cc1197c4cb0340
|
|
|
|
pre_build() {
|
|
# https://github.com/ImageOptim/gifski/issues/300#issuecomment-1553003435
|
|
rm -rf .cargo
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|