mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 05:05:32 +03:00
12 lines
337 B
Bash
Executable File
12 lines
337 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 hexedit-${version}.tar.gz 598906131934f88003a6a937fab10542686ce5f661134bc336053e978c4baae3"
|
|
auth_type='sha256'
|
|
depends=("ncurses")
|
|
useconfigure='true'
|
|
|
|
pre_patch() {
|
|
run ./autogen.sh
|
|
}
|