mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
23 lines
395 B
YAML
23 lines
395 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
|
|
script: |
|
|
autoreconf -i
|
|
./configure --prefix={{prefix}}
|
|
make install
|
|
|
|
test:
|
|
script: gifsicle --help
|