Files
oasis-linux-mirror/sets.lua
Michael Forney 5d7c3d0637 Remove mc from sets.devel
This is not needed for oasis development, and it requires an existing
6m compiler.
2019-04-09 23:03:49 -07:00

76 lines
837 B
Lua

return {
core={
'awk',
'bc',
'bzip2',
'curl',
'e2fsprogs',
'git',
'iproute2',
'kbd',
'libressl',
'loksh',
'lua',
'mandoc',
'openbsd',
'openntpd',
'openssh',
'perp',
'pigz',
'plan9port',
'samurai',
'sbase',
'sdhcp',
'sinit',
'skeleton',
'tz',
'ubase',
'util-linux',
'xz',
},
extra={
'file',
'fuse',
'less',
'ncurses',
'python',
'the_silver_searcher',
'unzip',
'vis',
},
devel={
'make',
'qbe',
'nasm',
'strace',
'man-pages-posix',
},
media={
'alsa-lib',
'alsa-utils',
'ffmpeg',
'mpv',
'youtube-dl',
},
net={
'hostap',
'ii',
'msmtp',
'nginx',
'nsd',
'sshfs',
'transmission',
},
desktop={
'adobe-source-fonts',
'dmenu',
'netsurf',
'libinput',
'st',
'swc',
'terminus-font',
'velox',
'xkeyboard-config',
},
}