mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
24 lines
532 B
YAML
24 lines
532 B
YAML
distributable:
|
|
url: https://github.com/pkgxdev/pkgx/releases/download/v{{ version }}/pkgx-{{ version }}.tar.xz
|
|
strip-components: 1
|
|
|
|
display-name: pkgx
|
|
|
|
versions:
|
|
github: pkgxdev/pkgx
|
|
|
|
provides:
|
|
- bin/pkgx
|
|
|
|
build:
|
|
dependencies:
|
|
deno.land: ^1.35
|
|
working-directory: ${{prefix}}/bin
|
|
script: |
|
|
sed -i.bak -e 's|tea.xyz|pkgx.sh|g' /opt/tea.xyz/brewkit/v0/share/brewkit/fix-elf.ts
|
|
rm $SRCROOT/deno.lock
|
|
deno task --config "$SRCROOT"/deno.jsonc compile
|
|
|
|
test:
|
|
test "$(pkgx --version)" = "pkgx {{ version }}"
|