18 lines
499 B
Bash
18 lines
499 B
Bash
# Template file for 'gifski'
|
|
pkgname=gifski
|
|
version=1.8.0
|
|
revision=1
|
|
build_style=cargo
|
|
configure_args="--features=openmp"
|
|
makedepends="libgomp-devel"
|
|
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"
|
|
distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
|
|
checksum=77bbb6736217f0fe43e2c2b49855fe22e32d41f77b5e715950b7a52903518f9c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|