* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
David Roman 2023-04-05 03:04:54 +02:00 committed by GitHub
parent 5ccc969cde
commit f8edccebee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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]"