packages 1.0.0

This commit is contained in:
2024-11-16 22:01:27 +01:00
parent 1466e4fb23
commit f098cfc79c
6 changed files with 61 additions and 0 deletions

BIN
packages/arutils.tar Normal file

Binary file not shown.

BIN
packages/libtar.tar Normal file

Binary file not shown.

61
packages/manifest Normal file
View 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

Binary file not shown.

BIN
packages/pm_get.tar Normal file

Binary file not shown.

BIN
packages/usrpath.tar Normal file

Binary file not shown.