aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/state_native.go
blob: 43210d31c51525343f5827e597164f019106ce3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
package rosa

var (
	LLVM             = H("llvm")
	EarlyInit        = H("earlyinit")
	Kernel           = H("kernel")
	KernelHeaders    = H("kernel-headers")
	Firmware         = H("firmware")
	ACL              = H("acl")
	Bash             = H("bash")
	Bzip2            = H("bzip2")
	Coreutils        = H("coreutils")
	Diffutils        = H("diffutils")
	Findutils        = H("findutils")
	Fuse             = H("fuse")
	GLib             = H("glib")
	Gawk             = H("gawk")
	GenInitCPIO      = H("gen_init_cpio")
	Go               = H("go")
	Gzip             = H("gzip")
	Hakurei          = H("hakurei")
	HakureiDist      = H("hakurei-dist")
	Kmod             = H("kmod")
	Libseccomp       = H("libseccomp")
	M4               = H("m4")
	NSS              = H("nss")
	NSSCACert        = H("nss-cacert")
	Patch            = H("patch")
	PkgConfig        = H("pkg-config")
	PythonPyTest     = H("python-pytest")
	QEMU             = H("qemu")
	Sed              = H("sed")
	SquashfsTools    = H("squashfs-tools")
	Toybox           = H("toybox")
	toyboxEarly      = H("toybox-early")
	Unzip            = H("unzip")
	Wayland          = H("wayland")
	WaylandProtocols = H("wayland-protocols")
	XCB              = H("xcb")
	Zlib             = H("zlib")
	Zstd             = H("zstd")
	llvmSource       = H("llvm-project")
	earlyCompilerRT  = H("early-compiler-rt")
	earlyRuntimes    = H("early-runtimes")
	Musl             = H("musl")
	muslHeaders      = H("musl-headers")
	gcc              = H("gcc")
	Stage0           = H("rosa-stage0")
)