mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
50 lines
757 B
TOML
50 lines
757 B
TOML
# The Redox build server configuration
|
|
|
|
# General settings
|
|
[general]
|
|
# Do not prompt if settings are not defined
|
|
prompt = false
|
|
|
|
# Package settings
|
|
[packages]
|
|
base = {}
|
|
base-initfs = {}
|
|
bootloader = {}
|
|
ca-certificates = {}
|
|
contain = {}
|
|
coreutils = {}
|
|
dash = {}
|
|
diffutils = {}
|
|
drivers = {}
|
|
extrautils = {}
|
|
findutils = {}
|
|
hicolor-icon-theme = {}
|
|
installer = {}
|
|
installer-gui = {}
|
|
ion = {}
|
|
kernel = {}
|
|
libgcc = {}
|
|
libstdcxx = {}
|
|
nano = {}
|
|
netdb = {}
|
|
netsurf = {}
|
|
netutils = {}
|
|
orbdata = {}
|
|
orbital = {}
|
|
orbterm = {}
|
|
orbutils = {}
|
|
orbutils-background = {}
|
|
orbutils-launcher = {}
|
|
orbutils-orblogin = {}
|
|
pkgutils = {}
|
|
redoxfs = {}
|
|
relibc = {}
|
|
resist = {}
|
|
smith = {}
|
|
terminfo = {}
|
|
userutils = {}
|
|
uutils = {}
|
|
#vim = {} # conflicting types
|
|
|
|
#TODO: Add more packages
|