void-packages/srcpkgs/gifsicle/template
2020-12-09 23:24:55 +01:00

17 lines
546 B
Bash

# 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 <pullmoll@t-online.de>"
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
}