* wip

* wip

* wip
This commit is contained in:
David Roman 2023-06-10 20:00:13 +01:00 committed by GitHub
parent cd32e830fb
commit dd44f30619
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,24 @@
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