mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 04:50:08 +03:00
10 lines
261 B
Bash
Executable File
10 lines
261 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=npiet
|
|
useconfigure=true
|
|
version=1.3f
|
|
depends=("libgd" "libpng")
|
|
configopts=()
|
|
files=(
|
|
"https://www.bertnase.de/npiet/npiet-${version}.tar.gz#2ded856062abd73599e85e1e768ce6bc60ba2db22dc7d6a9b62763dca04b855a"
|
|
)
|