mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
bk
-> tea pkg
This commit is contained in:
parent
b4452328bb
commit
3973127f58
1 changed files with 1 additions and 13 deletions
|
@ -20,20 +20,8 @@ build: |
|
||||||
test -e $x && mv $x "{{prefix}}"
|
test -e $x && mv $x "{{prefix}}"
|
||||||
done
|
done
|
||||||
|
|
||||||
cd "{{prefix}}/bin"
|
|
||||||
if ! test -e bk; then
|
|
||||||
cat >>bk <<EOF
|
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
echo "bk is provided by brewkit >=0.25.0"
|
|
||||||
echo "please update to use this shortcut"
|
|
||||||
exit 1
|
|
||||||
EOF
|
|
||||||
chmod +x bk
|
|
||||||
fi
|
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/bk
|
- bin/tea-pkg
|
||||||
|
|
||||||
test:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue