61 lines
1.6 KiB
Plaintext
61 lines
1.6 KiB
Plaintext
{
|
|
["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"
|
|
}
|
|
} |