bk -> tea pkg

This commit is contained in:
Max Howell 2023-05-11 09:38:58 -04:00
parent b4452328bb
commit 3973127f58
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -20,20 +20,8 @@ build: |
test -e $x && mv $x "{{prefix}}"
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:
- bin/bk
- bin/tea-pkg
test:
dependencies: