Skip to content

Commit

Permalink
bk -> tea pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed May 11, 2023
1 parent b445232 commit 3973127
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions projects/tea.xyz/brewkit/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3973127

Please sign in to comment.