mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 13:43:45 +03:00
13 lines
300 B
Bash
Executable File
13 lines
300 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='hexedit'
|
|
version='1.6'
|
|
files=(
|
|
"https://github.com/pixel/hexedit/archive/refs/tags/${version}.tar.gz#598906131934f88003a6a937fab10542686ce5f661134bc336053e978c4baae3"
|
|
)
|
|
depends=("ncurses")
|
|
useconfigure='true'
|
|
|
|
pre_patch() {
|
|
run ./autogen.sh
|
|
}
|