init
This commit is contained in:
commit
9298fc4e4c
12 changed files with 599 additions and 0 deletions
15
packages/vlp.lua
Normal file
15
packages/vlp.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
version = "0.1.0"
|
||||
|
||||
depends({"go", "1.23"}, {"hello", "*"})
|
||||
|
||||
function fetch()
|
||||
git("https://code.vulpine.solutions/sam/vlp.git")
|
||||
end
|
||||
|
||||
function build()
|
||||
cmd("go", "build", "./cmd/vlp")
|
||||
end
|
||||
|
||||
function install()
|
||||
bin("vlp")
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue