mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 13:43:45 +03:00
7 lines
201 B
Bash
Executable File
7 lines
201 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=libpng
|
|
version=1.6.37
|
|
useconfigure=true
|
|
files="https://download.sourceforge.net/libpng/libpng-${version}.tar.gz libpng-${version}.tar.gz"
|
|
depends="zlib"
|