void-packages/srcpkgs/gifski/template

18 lines
512 B
Bash

# Template file for 'gifski'
pkgname=gifski
version=1.1.1
revision=1
build_style=cargo
configure_args="--features=openmp"
makedepends="libgomp-devel libomp-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=b43be3853d6d56d3dd293661da29d20c902623136e3fefc71c8755777ba42fe6
post_install() {
vlicense LICENSE
}