# Template file for 'gifsicle'
pkgname=gifsicle
version=1.95
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=b2711647009fd2a13130f3be160532ed46538e762bfc0f020dea50618a7dc950

do_check() {
	./test/testie -p ./src ./test
}

Gifsicle_package() {
	depends="gifsicle"
	short_desc+=" (transitional dummy package)"
	build_style=meta
}
