mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28:05 +11:00
move external files to dependencies like they should've been. oops.
This commit is contained in:
parent
39648e07dd
commit
14e50a3f7e
27
programs.cfg
27
programs.cfg
@ -219,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 = {},
|
||||||
@ -229,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",
|
||||||
@ -241,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",
|
||||||
@ -264,7 +263,7 @@
|
|||||||
repo = "tree/master/"
|
repo = "tree/master/"
|
||||||
},
|
},
|
||||||
["diskpart"] = {
|
["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/diskpart/lib/diskpart.lua"] = "/lib",
|
||||||
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/slicer/exec/slicer.lua"] = "/bin",
|
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/slicer/exec/slicer.lua"] = "/bin",
|
||||||
},
|
},
|
||||||
@ -274,10 +273,9 @@
|
|||||||
repo = "tree/master/"
|
repo = "tree/master/"
|
||||||
},
|
},
|
||||||
["partman"] = {
|
["partman"] = {
|
||||||
files = {
|
files = {},
|
||||||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/partition/OpenOS/etc/rc.d/partman.lua"] = "//etc/rc.d",
|
|
||||||
},
|
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/partition/OpenOS/etc/rc.d/partman.lua"] = "//etc/rc.d",
|
||||||
["diskpart"] = "",
|
["diskpart"] = "",
|
||||||
["vcomponent"] = "",
|
["vcomponent"] = "",
|
||||||
},
|
},
|
||||||
@ -287,7 +285,8 @@
|
|||||||
repo = "tree/master/"
|
repo = "tree/master/"
|
||||||
},
|
},
|
||||||
["rtfs"] = {
|
["rtfs"] = {
|
||||||
files = {
|
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/init.lua"] = "/lib/fs/rtfs",
|
||||||
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/rtfs/lib/fs/rtfs/v1.lua"] = "/lib/fs/rtfs",
|
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/rtfs/lib/fs/rtfs/v1.lua"] = "/lib/fs/rtfs",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user