+catb.org/wumpus

This commit is contained in:
James Reynolds 2022-12-01 10:41:37 -07:00 committed by Max Howell
parent f301a475b1
commit 2febfb4657

View file

@ -0,0 +1,27 @@
distributable:
url: http://www.catb.org/~esr/wumpus/wumpus-1.7.tar.gz
strip-components: 1
# When https://gitlab.com/esr/wumpus/-/merge_requests/3 is merged, then switch to
# https://gitlab.com/esr/wumpus/-/archive/{{ version.raw }}/wumpus-{{ version.raw }}.tar.gz
versions:
- 1.7
# TODO: Is there a gitlab version provider?
provides:
- bin/wumpus
- bin/superhack
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script: |
make
make prefix={{prefix}} install
test:
script: echo no way to test this