diff --git a/srcpkgs/gifsicle/template b/srcpkgs/gifsicle/template new file mode 100644 index 00000000000..119c18fc4eb --- /dev/null +++ b/srcpkgs/gifsicle/template @@ -0,0 +1,16 @@ +# Template file for 'gifsicle' +pkgname=gifsicle +version=1.92 +revision=1 +build_style=gnu-configure +hostmakedepends="automake libtool pkg-config" +short_desc="Command-line tool for information about GIF images" +maintainer="Jürgen Buchmüller " +license="GPL-2.0-or-later" +homepage="http://www.lcdf.org/gifsicle/" +distfiles="https://github.com/kohler/gifsicle/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" +checksum=f8a944f47faa9323bcc72c6e2239e0608bf30693894aee61512aba107a4c6b55 + +pre_configure() { + autoreconf -fi +}