mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
Ready for brewkit v0.9.1
This commit is contained in:
parent
4442f3fae6
commit
b122df92b7
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue