vp-build/srcpkgs/gifski/template

18 lines
491 B
Bash

# Template file for 'gifski'
pkgname=gifski
version=0.8.5
revision=2
build_style=cargo
configure_args="--features=openmp"
makedepends="libgomp-devel"
short_desc="Highest-quality GIF encoder based on pngquant"
maintainer="Orphaned <orphan@voidlinux.eu>"
license="AGPL-3.0-only"
homepage="https://gif.ski"
distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
checksum=0c4f946e873e26777423e1bab37392220aec9382ae818866d2e3a52b3c976cf1
post_install() {
vlicense LICENSE
}