void-packages/srcpkgs/gifski/template
2020-02-11 08:56:43 +01:00

18 lines
513 B
Bash

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