1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:57:35 +00:00

Ports: Add hexedit port

This commit is contained in:
Seal Sealy 2023-03-08 14:28:20 +03:00 committed by Sam Atkins
parent 8faed20603
commit 0f5cd3ea68
2 changed files with 12 additions and 0 deletions

11
Ports/hexedit/package.sh Executable file
View file

@ -0,0 +1,11 @@
#!/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
}