pantry/projects/catb.org/wumpus/package.yml
2022-12-01 15:01:02 -05:00

28 lines
550 B
YAML

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