added package manager, probably useful for something, not sure what
This commit is contained in:
15
pkgm/pkgmeta.ltn
Normal file
15
pkgm/pkgmeta.ltn
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
["version"] = "0.1.0",
|
||||
["dependencies"] = {
|
||||
"mfs",
|
||||
},
|
||||
["description"] = "Package manager. For managing packages, bee incursions and other apionic systems.",
|
||||
["files"] = {
|
||||
["bin"] = {
|
||||
"pkgm.lua"
|
||||
},
|
||||
["lib"] = {
|
||||
"pkgm.lua"
|
||||
},
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user