mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
27 lines
464 B
YAML
27 lines
464 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:
|
|
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
|