add rtfs packages for OpenOS

This commit is contained in:
Izaya 2023-11-03 15:33:34 +10:00
parent 32b7287445
commit 907d25ce91
1 changed files with 33 additions and 0 deletions

View File

@ -262,4 +262,37 @@
authors = "Izaya",
repo = "tree/master/"
},
["diskpart"] = {
files = {
["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 = {
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/partition/OpenOS/etc/rc.d/partman.lua"] = "//etc/rc.d",
},
dependencies = {
["diskpart"] = "",
["vcomponent"] = "",
},
name = "partman",
description = "Partition management daemon",
authors = "Izaya",
repo = "tree/master/"
},
["rtfs"] = {
files = {
["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/"
},
}