serenity/Ports/genext2fs/package.sh
2023-09-09 01:06:31 +02:00

12 lines
280 B
Bash
Executable file

#!/usr/bin/env -S bash ../.port_include.sh
port='genext2fs'
version='1.5.0'
files=(
"https://github.com/bestouff/genext2fs/archive/v${version}.tar.gz#d3861e4fe89131bd21fbd25cf0b683b727b5c030c4c336fadcd738ada830aab0"
)
useconfigure='true'
pre_patch() {
run ./autogen.sh
}