pantry/projects/catb.org/wumpus/package.yml

28 lines
550 B
YAML
Raw Normal View History

2022-12-01 20:41:37 +03:00
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