void-packages/srcpkgs/gifski/template

18 lines
499 B
Bash

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