fix(brewkit)

closes #5286
closes #5278
This commit is contained in:
Jacob Heider 2024-02-20 11:50:07 -05:00
parent 3223503d3e
commit b408ec5cdc
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -15,12 +15,24 @@ dependencies:
provides:
- bin/bk
build: |
mkdir -p {{prefix}}
build:
script:
- mkdir -p {{prefix}}
for x in bin libexec lib share deno.*; do
test -e $x && mv $x "{{prefix}}"
done
- |
for x in $PARTS; do
test -e $x && cp -a $x "{{prefix}}"
done
env:
PARTS:
- bin
- libexec
- lib
- share
- deno.*
- audit
- build
- test
test:
# we cant test builds since brewkit is not designed to be invoked