pantry/projects/pkgx.sh/brewkit/package.yml
2023-12-13 05:42:25 -05:00

33 lines
680 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

distributable:
url: https://github.com/pkgxdev/brewkit/archive/refs/tags/v{{ version }}.tar.gz
strip-components: 1
display-name: brewkit
versions:
github: pkgxdev/brewkit
dependencies:
deno.land: ^1.37
gnu.org/bash: ^5
pkgx.sh: ^1
provides:
- bin/bk
build: |
mkdir -p {{prefix}}
for x in bin libexec lib share deno.*; do
test -e $x && mv $x "{{prefix}}"
done
test:
# we cant test builds since brewkit is not designed to be invoked
# recursively and fails in the toolchain setup on Linux and fails due to
# Ruby 2 not liking unicode paths on macOS
#- bk build pkgx.sh/brewkit
#- bk test pkgx.sh/brewkit
- bk --help
- bk build --help