ladybird/Ports/optipng/package.sh
kleines Filmröllchen 709f0a2ab3 Ports: Add OptiPNG
OptiPNG is a neat little tool that optimizes PNG sizes to ridiculous
degrees. We like to use it to optimize PNGs before including them in
Serenity itself, so it's a nice port to have. OptiPNG is a very
cooperative POSIX C program, it compiles and works without any patching
on x86_64 and i686 :^)
2022-06-17 21:53:28 +01:00

12 lines
317 B
Bash
Executable File

#!/usr/bin/env -S bash ../.port_include.sh
port='optipng'
version='0.7.7'
files="http://downloads.sourceforge.net/optipng/optipng-${version}.tar.gz optipng-${version}.tar.gz 4f32f233cef870b3f95d3ad6428bfe4224ef34908f1b42b0badf858216654452"
auth_type='sha256'
useconfigure='true'
configure() {
run ./configure
}