19 lines
558 B
Bash
19 lines
558 B
Bash
# Template file for 'gifski'
|
|
pkgname=gifski
|
|
version=1.10.0
|
|
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"
|
|
changelog="https://github.com/ImageOptim/gifski/releases"
|
|
distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
|
|
checksum=cc536bd3e73c302264cd2add460d9a270c66c545759dcd60cbfc7d365768c656
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|