void-packages/srcpkgs/gifski/template

18 lines
499 B
Bash

# Template file for 'gifski'
pkgname=gifski
version=1.7.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=3390abe3acc81984bf46eefa52710fa2b517401363291d9ba16f52d290ad2839
post_install() {
vlicense LICENSE
}