void-packages/srcpkgs/gifski/template
2021-03-28 19:05:02 +00:00

17 lines
512 B
Bash

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