pantry/projects/tea.xyz/package.yml
Max Howell e097178cdf
display-names (#1915)
* display-names

* wip
2023-07-12 11:48:45 -04:00

25 lines
542 B
YAML

distributable:
url: https://github.com/teaxyz/cli/releases/download/v{{ version }}/tea-{{ version }}.tar.xz
strip-components: 1
# NOTE for pre v0.23 is strip-components: 2
display-name: tea/cli
versions:
github: teaxyz/cli
provides:
- bin/tea
build:
dependencies:
deno.land: '>=1.23 <1.25 || ^1.25.3'
# ^^ 1.25.0 - 1.25.2 panics on Linux for us
working-directory: ${{prefix}}/bin
script:
deno task --config "$SRCROOT"/deno.jsonc compile
test: |
tea --version
test "$(tea --version)" = "tea {{ version }}"