mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 19:46:27 +02:00
pkg(vlang-0.1.13): Add vlang 0.1.13
This commit is contained in:
parent
75f5d65fc1
commit
aaf417c701
5 changed files with 25 additions and 0 deletions
8
packages/vlang/0.1.13/build.sh
vendored
Executable file
8
packages/vlang/0.1.13/build.sh
vendored
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Cloning vlang source
|
||||
git clone https://github.com/vlang/v
|
||||
cd v
|
||||
|
||||
# Building and installing vlang
|
||||
make
|
Loading…
Add table
Add a link
Reference in a new issue