Copy exec to /usr/local/bin

This commit is contained in:
Chris Hallberg 2021-11-03 20:44:44 -04:00
parent b3032fad76
commit a9787d0842
1 changed files with 2 additions and 1 deletions

View File

@ -5,9 +5,10 @@ name: "V"
install:
manual: |
git clone https://github.com/vlang/v
git clone https://github.com/vlang/v.git
pushd v
make
cp v ${pkg}/usr/local/bin
popd
main: "main.v"