serenity/Ports/hexedit/package.sh

13 lines
300 B
Bash
Raw Permalink Normal View History

2023-03-08 06:28:20 -05:00
#!/usr/bin/env -S bash ../.port_include.sh
port='hexedit'
version='1.6'
2023-07-10 07:10:29 -04:00
files=(
"https://github.com/pixel/hexedit/archive/refs/tags/${version}.tar.gz#598906131934f88003a6a937fab10542686ce5f661134bc336053e978c4baae3"
2023-07-10 07:10:29 -04:00
)
2023-03-08 06:28:20 -05:00
depends=("ncurses")
useconfigure='true'
pre_patch() {
run ./autogen.sh
}