Ready for brewkit v0.9.1

This commit is contained in:
Max Howell 2023-03-11 08:54:19 -05:00
parent 4442f3fae6
commit b122df92b7
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -9,12 +9,16 @@ dependencies:
deno.land: ^1.30
gnu.org/bash: '*'
tea.xyz: ^0.24.10
git-scm.org: ^2
build: |
mkdir -p {{prefix}}
rm -rf {{prefix}}/* # because our build infra uses this pkg to build itself
mv bin libexec share deno.* {{prefix}}
rm -rf {{prefix}}/*
# ^^ because our build infra uses this pkg to build itself
for x in bin libexec lib share deno.*; do
test -e $x && mv $x "{{prefix}}"
done
test:
dependencies: