This commit is contained in:
Max Howell 2023-08-06 11:24:35 -04:00
parent 193e32c406
commit 0cdb1a16e8
2 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,30 @@
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:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script:
- ./configure
--with-system-zlib
--with-system-libpng
--prefix={{prefix}}
- make --jobs {{ hw.concurrency }} install
provides:
- bin/optipng
test:
optipng -simulate test.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 B