added package manager, probably useful for something, not sure what

This commit is contained in:
v
2020-12-28 16:01:41 +00:00
parent 1bebaa0f40
commit d46df8884b
3 changed files with 140 additions and 0 deletions

15
pkgm/pkgmeta.ltn Normal file
View 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"
},
}
}