mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
Ready for brewkit v0.9.1
This commit is contained in:
parent
4442f3fae6
commit
b122df92b7
1 changed files with 7 additions and 3 deletions
|
@ -9,12 +9,16 @@ dependencies:
|
||||||
deno.land: ^1.30
|
deno.land: ^1.30
|
||||||
gnu.org/bash: '*'
|
gnu.org/bash: '*'
|
||||||
tea.xyz: ^0.24.10
|
tea.xyz: ^0.24.10
|
||||||
git-scm.org: ^2
|
|
||||||
|
|
||||||
build: |
|
build: |
|
||||||
mkdir -p {{prefix}}
|
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:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue