packages 1.0.0
This commit is contained in:
BIN
packages/arutils.tar
Normal file
BIN
packages/arutils.tar
Normal file
Binary file not shown.
BIN
packages/libtar.tar
Normal file
BIN
packages/libtar.tar
Normal file
Binary file not shown.
61
packages/manifest
Normal file
61
packages/manifest
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
["pm_get"] = {
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "pm_get",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "pm get",
|
||||
["repo"] = "tree/master/pm_get",
|
||||
["description"] = "Download and install package for pm",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["pm"] = "1.0.0",
|
||||
["usrpath"] = "1.0.0"
|
||||
},
|
||||
["configFiles"] = {"/etc/pm/"},
|
||||
["archiveName"] = "pm_get.tar"
|
||||
},
|
||||
["pm"] = {
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "pm",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "pm Package Manager",
|
||||
["repo"] = "tree/master/pm",
|
||||
["description"] = "Package manager for OpenOS",
|
||||
["authors"] = "AR2000AR",
|
||||
["dependencies"] = {
|
||||
["libtar"] = "1.0.0",
|
||||
["usrpath"] = "1.0.0"
|
||||
},
|
||||
["archiveName"] = "pm.tar"
|
||||
},
|
||||
["usrpath"] = {
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "usrpath",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "usrpath",
|
||||
["repo"] = "tree/master/usrpath",
|
||||
["description"] = "Add /usr/bin to shell.path",
|
||||
["authors"] = "AR2000AR",
|
||||
["archiveName"] = "usrpath.tar"
|
||||
},
|
||||
["libtar"] = {
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "libtar",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "libtar",
|
||||
["repo"] = "tree/master/tar",
|
||||
["description"] = "Librairy to extract and list the content of tar archive",
|
||||
["authors"] = "AR2000AR, luarock",
|
||||
["archiveName"] = "libtar.tar"
|
||||
},
|
||||
["arutils"] = {
|
||||
["manifestVersion"] = "1.0",
|
||||
["package"] = "arutils",
|
||||
["version"] = "1.0.0",
|
||||
["name"] = "arutils",
|
||||
["repo"] = "tree/master/arutils",
|
||||
["description"] = "Misc utilities functions",
|
||||
["authors"] = "AR2000AR",
|
||||
["archiveName"] = "arutils.tar"
|
||||
}
|
||||
}
|
BIN
packages/pm.tar
Normal file
BIN
packages/pm.tar
Normal file
Binary file not shown.
BIN
packages/pm_get.tar
Normal file
BIN
packages/pm_get.tar
Normal file
Binary file not shown.
BIN
packages/usrpath.tar
Normal file
BIN
packages/usrpath.tar
Normal file
Binary file not shown.
Reference in New Issue
Block a user