serenity/Ports/lowdown/package.sh

14 lines
342 B
Bash
Raw Normal View History

2023-06-04 18:13:30 -07:00
#!/usr/bin/env -S bash ../.port_include.sh
port='lowdown'
version='1.0.2'
workdir="lowdown-VERSION_${version//./_}"
2023-07-10 13:10:29 +02:00
files=(
"https://github.com/kristapsdz/lowdown/archive/refs/tags/VERSION_${version//./_}.tar.gz#049b7883874f8a8e528dc7c4ed7b27cf7ceeb9ecf8fe71c3a8d51d574fddf84b"
2023-07-10 13:10:29 +02:00
)
2023-06-04 18:13:30 -07:00
useconfigure='true'
configure() {
run ./configure
}