mirror of
https://github.com/SerenityOS/serenity
synced 2024-11-03 03:29:38 +00:00
12 lines
280 B
Bash
Executable file
12 lines
280 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#4f32f233cef870b3f95d3ad6428bfe4224ef34908f1b42b0badf858216654452"
|
|
)
|
|
useconfigure='true'
|
|
|
|
configure() {
|
|
run ./configure
|
|
}
|