mirror of
https://github.com/ivabus/pantry
synced 2025-06-08 08:20:32 +03:00
+catb.org/wumpus
This commit is contained in:
parent
f301a475b1
commit
2febfb4657
1 changed files with 27 additions and 0 deletions
27
projects/catb.org/wumpus/package.yml
Normal file
27
projects/catb.org/wumpus/package.yml
Normal 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
|
Loading…
Reference in a new issue