pantry/projects/pkgx.sh/package.yml
2023-10-23 10:25:35 -04:00

24 lines
552 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
# patchelf messes with Deno's ability to find the DATA block, making it
# operate as only a bloated Deno binary
skip: fix-patchelf
script: |
deno task --config "$SRCROOT"/deno.jsonc compile
test: test "$(pkgx --version)" = "pkgx {{ version }}"