serenity/Ports/genext2fs/package.sh

12 lines
280 B
Bash
Raw Normal View History

2022-06-30 09:12:24 +00:00
#!/usr/bin/env -S bash ../.port_include.sh
port='genext2fs'
version='1.5.0'
2023-07-10 11:10:29 +00:00
files=(
"https://github.com/bestouff/genext2fs/archive/v${version}.tar.gz#d3861e4fe89131bd21fbd25cf0b683b727b5c030c4c336fadcd738ada830aab0"
2023-07-10 11:10:29 +00:00
)
2022-06-30 09:12:24 +00:00
useconfigure='true'
pre_patch() {
run ./autogen.sh
}