void-packages/srcpkgs/gifski/template
2021-05-16 17:41:00 +02:00

18 lines
499 B
Bash

# Template file for 'gifski'
pkgname=gifski
version=1.4.3
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=74b98ede664e3da420ead70e3da1dfeb1a6e33545a618124e6b49da8f399902f
post_install() {
vlicense LICENSE
}