mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
+tea.xyz/brewkit (#251)
This commit is contained in:
parent
9b29a1407f
commit
faa280a0ea
1 changed files with 19 additions and 0 deletions
19
projects/tea.xyz/brewkit/package.yml
Normal file
19
projects/tea.xyz/brewkit/package.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/teaxyz/brewkit/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: teaxyz/brewkit
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
deno.land: ^1.30
|
||||||
|
gnu.org/bash: '*'
|
||||||
|
tea.xyz: ^0
|
||||||
|
|
||||||
|
build:
|
||||||
|
mv bin libexec share deno.* {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
test zlib.net
|
||||||
|
# we would like to test builds but we need a `GITHUB_TOKEN` and
|
||||||
|
# currently that is not possible
|
Loading…
Reference in a new issue