2023-08-06 18:24:35 +03:00
|
|
|
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:
|
|
|
|
script:
|
|
|
|
- ./configure
|
2023-10-02 03:41:57 +03:00
|
|
|
--with-system-zlib
|
|
|
|
--with-system-libpng
|
|
|
|
--prefix={{prefix}}
|
2023-08-06 18:24:35 +03:00
|
|
|
- make --jobs {{ hw.concurrency }} install
|
|
|
|
|
|
|
|
provides:
|
|
|
|
- bin/optipng
|
|
|
|
|
2023-10-02 03:41:57 +03:00
|
|
|
test: optipng -simulate test.png
|