mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-26 03:48:06 +11:00
Compare commits
5 Commits
32b7287445
...
012b32a4a9
Author | SHA1 | Date | |
---|---|---|---|
012b32a4a9 | |||
14e50a3f7e | |||
39648e07dd | |||
d5091f9ec9 | |||
907d25ce91 |
54
programs.cfg
54
programs.cfg
@ -177,7 +177,8 @@
|
|||||||
repo = "tree/master/"
|
repo = "tree/master/"
|
||||||
},
|
},
|
||||||
["portinfo"] = {
|
["portinfo"] = {
|
||||||
files = {
|
files = {},
|
||||||
|
dependencies = {
|
||||||
["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/portinfo.lua"] = "/lib",
|
["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/portinfo.lua"] = "/lib",
|
||||||
["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/oc.db"] = "/lib/ports",
|
["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/oc.db"] = "/lib/ports",
|
||||||
["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/minitel.db"] = "/lib/ports",
|
["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/minitel.db"] = "/lib/ports",
|
||||||
@ -218,7 +219,8 @@
|
|||||||
repo = "tree/master/"
|
repo = "tree/master/"
|
||||||
},
|
},
|
||||||
["liblzss"] = {
|
["liblzss"] = {
|
||||||
files = {
|
files = {},
|
||||||
|
dependencies = {
|
||||||
["https://raw.githubusercontent.com/kieselsteini/lzss/master/lzss.lua"] = "/lib",
|
["https://raw.githubusercontent.com/kieselsteini/lzss/master/lzss.lua"] = "/lib",
|
||||||
},
|
},
|
||||||
dependencies = {},
|
dependencies = {},
|
||||||
@ -228,10 +230,9 @@
|
|||||||
repo = "tree/master/"
|
repo = "tree/master/"
|
||||||
},
|
},
|
||||||
["liblz16"] = {
|
["liblz16"] = {
|
||||||
files = {
|
files = {},
|
||||||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/lz16/liblz16.lua"] = "/lib",
|
|
||||||
},
|
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/lz16/liblz16.lua"] = "/lib",
|
||||||
["liblzss"] = "",
|
["liblzss"] = "",
|
||||||
},
|
},
|
||||||
name = "LZ16 Library",
|
name = "LZ16 Library",
|
||||||
@ -240,21 +241,20 @@
|
|||||||
repo = "tree/master/"
|
repo = "tree/master/"
|
||||||
},
|
},
|
||||||
["libmtar"] = {
|
["libmtar"] = {
|
||||||
files = {
|
files = {},
|
||||||
|
dependencies = {
|
||||||
["https://git.shadowkat.net/izaya/OC-misc/src/branch/master/mtar/libmtar.lua"] = "/lib",
|
["https://git.shadowkat.net/izaya/OC-misc/src/branch/master/mtar/libmtar.lua"] = "/lib",
|
||||||
},
|
},
|
||||||
dependencies = {},
|
|
||||||
name = "MiniTel ARchive Library",
|
name = "MiniTel ARchive Library",
|
||||||
description = "Library implementing a dumb-as-rocks archive format",
|
description = "Library implementing a dumb-as-rocks archive format",
|
||||||
authors = "Izaya",
|
authors = "Izaya",
|
||||||
repo = "tree/master/"
|
repo = "tree/master/"
|
||||||
},
|
},
|
||||||
["mtar"] = {
|
["mtar"] = {
|
||||||
files = {
|
files = {},
|
||||||
|
dependencies = {
|
||||||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtar/OpenOS/usr/bin/mtar.lua"] = "/lib",
|
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtar/OpenOS/usr/bin/mtar.lua"] = "/lib",
|
||||||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtar/OpenOS/usr/man/mtar"] = "/man",
|
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtar/OpenOS/usr/man/mtar"] = "/man",
|
||||||
},
|
|
||||||
dependencies = {
|
|
||||||
["libmtar"] = "",
|
["libmtar"] = "",
|
||||||
},
|
},
|
||||||
name = "MiniTel ARchiver",
|
name = "MiniTel ARchiver",
|
||||||
@ -262,4 +262,38 @@
|
|||||||
authors = "Izaya",
|
authors = "Izaya",
|
||||||
repo = "tree/master/"
|
repo = "tree/master/"
|
||||||
},
|
},
|
||||||
|
["diskpart"] = {
|
||||||
|
files = {},
|
||||||
|
dependencies = {
|
||||||
|
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/diskpart/lib/diskpart.lua"] = "/lib",
|
||||||
|
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/slicer/exec/slicer.lua"] = "/bin",
|
||||||
|
},
|
||||||
|
name = "diskpart",
|
||||||
|
description = "MTPT disk partitioning library and utilities",
|
||||||
|
authors = "Izaya",
|
||||||
|
repo = "tree/master/"
|
||||||
|
},
|
||||||
|
["partman"] = {
|
||||||
|
files = {},
|
||||||
|
dependencies = {
|
||||||
|
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/partition/OpenOS/etc/rc.d/partman.lua"] = "//etc/rc.d",
|
||||||
|
["diskpart"] = "",
|
||||||
|
["vcomponent"] = "",
|
||||||
|
},
|
||||||
|
name = "partman",
|
||||||
|
description = "Partition management daemon",
|
||||||
|
authors = "Izaya",
|
||||||
|
repo = "tree/master/"
|
||||||
|
},
|
||||||
|
["rtfs"] = {
|
||||||
|
files = {},
|
||||||
|
dependencies = {
|
||||||
|
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/rtfs/lib/fs/rtfs/init.lua"] = "/lib/fs/rtfs",
|
||||||
|
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/rtfs/lib/fs/rtfs/v1.lua"] = "/lib/fs/rtfs",
|
||||||
|
},
|
||||||
|
name = "rtfs",
|
||||||
|
description = "Mutant RT-11 filesystem clone",
|
||||||
|
authors = "Izaya",
|
||||||
|
repo = "tree/master/"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user