pantry/projects/lcdf.org/gifsicle/package.yml
David Roman dd44f30619
+gifsicle (#2144)
* wip

* wip

* wip
2023-06-10 15:00:13 -04:00

25 lines
443 B
YAML

distributable:
url: https://github.com/kohler/gifsicle/archive/refs/tags/v{{version.raw}}.tar.gz
strip-components: 1
versions:
github: kohler/gifsicle/tags
strip: /^v/
provides:
- bin/gifsicle
build:
dependencies:
gnu.org/autoconf: ^2
gnu.org/automake: ^1
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script: |
autoreconf -i
./configure --prefix={{prefix}}
make install
test:
script: gifsicle --help