mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+zap (#467)
* wip * wip * wip * wip * wip * wip * wip * wip --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
parent
5ccc969cde
commit
f8edccebee
17
projects/github.com/keith/zap/package.yml
Normal file
17
projects/github.com/keith/zap/package.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
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]"
|
Loading…
Reference in a new issue