+rigaux.org/hexedit

This commit is contained in:
Jacob Heider 2022-12-05 15:29:41 -04:00 committed by Max Howell
parent 8f0dc2bd21
commit 7a85febdca

View file

@ -0,0 +1,24 @@
distributable:
url: https://github.com/pixel/hexedit/archive/refs/tags/{{version.raw}}.tar.gz
strip-components: 1
versions:
github: pixel/hexedit/tags
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
gnu.org/autoconf: '*'
script: |
./autogen.sh
./configure --prefix={{prefix}}
make
make install
test:
script: |
hexedit -h
provides:
- bin/hexedit