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