void-packages/srcpkgs/gifsicle/template

25 lines
678 B
Bash

# Template file for 'gifsicle'
pkgname=gifsicle
version=1.94
revision=1
build_style=gnu-configure
makedepends="libX11-devel"
checkdepends="perl"
short_desc="Command-line tool for information about GIF images"
maintainer="cinerea0 <cinerea0@protonmail.com>"
license="GPL-2.0-or-later"
homepage="https://www.lcdf.org/gifsicle/"
changelog="https://www.lcdf.org/gifsicle/changes.html"
distfiles="https://www.lcdf.org/gifsicle/gifsicle-${version}.tar.gz"
checksum=4bc97005c0789620de75f89997d3c2f70758c72c61aa0a2ef04f7a671a2ff89b
do_check() {
./test/testie -p ./src ./test
}
Gifsicle_package() {
depends="gifsicle"
short_desc+=" (transitional dummy package)"
build_style=meta
}