mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+rigaux.org/hexedit
This commit is contained in:
parent
8f0dc2bd21
commit
7a85febdca
24
projects/rigaux.org/hexedit/package.yml
Normal file
24
projects/rigaux.org/hexedit/package.yml
Normal 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
|
Loading…
Reference in a new issue