44 lines
641 B
TOML
44 lines
641 B
TOML
[build]
|
|
type = "meta"
|
|
|
|
[dependencies]
|
|
runtime = [
|
|
"glibc",
|
|
"filesystem",
|
|
"dash",
|
|
"coreutils",
|
|
"depot",
|
|
"llvm-libgcc",
|
|
"libcxx",
|
|
"procps-ng",
|
|
"psmisc",
|
|
"gawk",
|
|
"gettext",
|
|
"grep",
|
|
"gzip",
|
|
"bzip2",
|
|
"file",
|
|
"findutils",
|
|
"sed",
|
|
"shadow",
|
|
"openrc",
|
|
"tar",
|
|
"util-linux",
|
|
"vertex-keyring",
|
|
"which",
|
|
"xz",
|
|
"zsh",
|
|
"zsh-completions",
|
|
"kbd",
|
|
"iproute2",
|
|
"net-tools"
|
|
]
|
|
|
|
[package]
|
|
description = "Basic Packages for Booting Vertex Linux"
|
|
homepage = "https://www.vertexlinux.net"
|
|
license = "MIT"
|
|
name = "base"
|
|
version = "1.0.0"
|
|
revision = 5
|