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/"
|
||||
},
|
||||
["liblzss"] = {
|
||||
files = {
|
||||
files = {},
|
||||
dependencies = {
|
||||
["https://raw.githubusercontent.com/kieselsteini/lzss/master/lzss.lua"] = "/lib",
|
||||
},
|
||||
dependencies = {},
|
||||
@ -229,10 +230,9 @@
|
||||
repo = "tree/master/"
|
||||
},
|
||||
["liblz16"] = {
|
||||
files = {
|
||||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/lz16/liblz16.lua"] = "/lib",
|
||||
},
|
||||
files = {},
|
||||
dependencies = {
|
||||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/lz16/liblz16.lua"] = "/lib",
|
||||
["liblzss"] = "",
|
||||
},
|
||||
name = "LZ16 Library",
|
||||
@ -241,21 +241,20 @@
|
||||
repo = "tree/master/"
|
||||
},
|
||||
["libmtar"] = {
|
||||
files = {
|
||||
files = {},
|
||||
dependencies = {
|
||||
["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 = {
|
||||
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/man/mtar"] = "/man",
|
||||
},
|
||||
dependencies = {
|
||||
["libmtar"] = "",
|
||||
},
|
||||
name = "MiniTel ARchiver",
|
||||
@ -264,7 +263,7 @@
|
||||
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",
|
||||
},
|
||||
@ -274,10 +273,9 @@
|
||||
repo = "tree/master/"
|
||||
},
|
||||
["partman"] = {
|
||||
files = {
|
||||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/partition/OpenOS/etc/rc.d/partman.lua"] = "//etc/rc.d",
|
||||
},
|
||||
files = {},
|
||||
dependencies = {
|
||||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/partition/OpenOS/etc/rc.d/partman.lua"] = "//etc/rc.d",
|
||||
["diskpart"] = "",
|
||||
["vcomponent"] = "",
|
||||
},
|
||||
@ -287,7 +285,8 @@
|
||||
repo = "tree/master/"
|
||||
},
|
||||
["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/v1.lua"] = "/lib/fs/rtfs",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user