1 # Maintainer : Daniel Bermond <dbermond@archlinux.org>
2 # Contributor: Eric BĂ©langer <eric@archlinux.org>
7 pkgdesc='Command-line tool for creating, editing, and getting information about GIF images and animations'
9 url='https://www.lcdf.org/gifsicle/'
12 source=("https://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz")
13 sha256sums=('92f67079732bf4c1da087e6ae0905205846e5ac777ba5caa66d12a73aa943447')
16 cd "${pkgname}-${pkgver}"
17 ./configure --prefix='/usr'
22 cd "${pkgname}-${pkgver}"
23 test/testie -p src test
27 make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install