mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 02:15:06 +03:00
parent
cd32e830fb
commit
dd44f30619
1 changed files with 24 additions and 0 deletions
24
projects/lcdf.org/gifsicle/package.yml
Normal file
24
projects/lcdf.org/gifsicle/package.yml
Normal 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
|
Loading…
Reference in a new issue