pantry/projects/tea.xyz/brewkit/package.yml

25 lines
580 B
YAML
Raw Normal View History

2023-02-10 19:15:08 +03:00
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
2023-02-11 15:25:58 +03:00
build: |
mkdir -p {{prefix}}
2023-02-11 17:59:00 +03:00
rm -rf {{prefix}}/* # because our build infra uses this pkg to build itself
2023-02-10 19:15:08 +03:00
mv bin libexec share deno.* {{prefix}}
test:
2023-02-11 17:59:00 +03:00
dependencies:
zlib.net: '*'
script:
test zlib.net
# we would like to test builds but we need a `GITHUB_TOKEN` and
# (currently) we cant figure out how to set that up in CI/CD