pantry/projects/rigaux.org/hexedit/package.yml
2023-04-10 11:43:18 -04:00

29 lines
512 B
YAML

distributable:
url: https://github.com/pixel/hexedit/archive/refs/tags/{{version.raw}}.tar.gz
strip-components: 1
versions:
github: pixel/hexedit/tags
dependencies:
invisible-island.net/ncurses: 6
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
gnu.org/autoconf: '*'
script: |
./autogen.sh
./configure --prefix={{prefix}}
make
make install
test:
true
# FIXME: curses tool, no --version, --help is exit code 1
# hexedit -h
provides:
- bin/hexedit