mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
18 lines
304 B
YAML
18 lines
304 B
YAML
|
distributable:
|
||
|
url: https://github.com/keith/zap/archive/refs/tags/{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: keith/zap/tags
|
||
|
|
||
|
build:
|
||
|
script: |
|
||
|
mkdir -p "{{prefix}}"/bin
|
||
|
mv ./zap "{{prefix}}"/bin
|
||
|
|
||
|
provides:
|
||
|
- bin/zap
|
||
|
|
||
|
test: |
|
||
|
test "$(zap)" = "Usage: zap [-y] [appname]"
|