mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
f8edccebee
* wip * wip * wip * wip * wip * wip * wip * wip --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
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]"
|