f40cd77686
Set them to Orphaned for now. If you'd like to pick up a package, feel free.
16 lines
535 B
Bash
16 lines
535 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="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|