mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-25 19:38:07 +11:00
Compare commits
No commits in common. "012b32a4a9bdac92f8e218b7afbffa9f11150807" and "32b7287445ef556a0a8ef2fddbe8866ae0a769c8" have entirely different histories.
012b32a4a9
...
32b7287445
54
programs.cfg
54
programs.cfg
@ -177,8 +177,7 @@
|
||||
repo = "tree/master/"
|
||||
},
|
||||
["portinfo"] = {
|
||||
files = {},
|
||||
dependencies = {
|
||||
files = {
|
||||
["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/minitel.db"] = "/lib/ports",
|
||||
@ -219,8 +218,7 @@
|
||||
repo = "tree/master/"
|
||||
},
|
||||
["liblzss"] = {
|
||||
files = {},
|
||||
dependencies = {
|
||||
files = {
|
||||
["https://raw.githubusercontent.com/kieselsteini/lzss/master/lzss.lua"] = "/lib",
|
||||
},
|
||||
dependencies = {},
|
||||
@ -230,9 +228,10 @@
|
||||
repo = "tree/master/"
|
||||
},
|
||||
["liblz16"] = {
|
||||
files = {},
|
||||
dependencies = {
|
||||
files = {
|
||||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/lz16/liblz16.lua"] = "/lib",
|
||||
},
|
||||
dependencies = {
|
||||
["liblzss"] = "",
|
||||
},
|
||||
name = "LZ16 Library",
|
||||
@ -241,20 +240,21 @@
|
||||
repo = "tree/master/"
|
||||
},
|
||||
["libmtar"] = {
|
||||
files = {},
|
||||
dependencies = {
|
||||
files = {
|
||||
["https://git.shadowkat.net/izaya/OC-misc/src/branch/master/mtar/libmtar.lua"] = "/lib",
|
||||
},
|
||||
dependencies = {},
|
||||
name = "MiniTel ARchive Library",
|
||||
description = "Library implementing a dumb-as-rocks archive format",
|
||||
authors = "Izaya",
|
||||
repo = "tree/master/"
|
||||
},
|
||||
["mtar"] = {
|
||||
files = {},
|
||||
dependencies = {
|
||||
files = {
|
||||
["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",
|
||||
},
|
||||
dependencies = {
|
||||
["libmtar"] = "",
|
||||
},
|
||||
name = "MiniTel ARchiver",
|
||||
@ -262,38 +262,4 @@
|
||||
authors = "Izaya",
|
||||
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