mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
29 lines
575 B
YAML
29 lines
575 B
YAML
distributable:
|
|
url: https://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-{{version}}/optipng-{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
url: https://sourceforge.net/projects/optipng/files/OptiPNG/
|
|
match: /optipng-\d+.\d+\.\d+/
|
|
strip:
|
|
- /^optipng-/
|
|
|
|
dependencies:
|
|
libpng.org: ^1
|
|
zlib.net: ^1
|
|
|
|
build:
|
|
dependencies:
|
|
script:
|
|
- ./configure
|
|
--with-system-zlib
|
|
--with-system-libpng
|
|
--prefix={{prefix}}
|
|
- make --jobs {{ hw.concurrency }} install
|
|
|
|
provides:
|
|
- bin/optipng
|
|
|
|
test:
|
|
optipng -simulate test.png
|