39 lines
549 B
TOML
39 lines
549 B
TOML
[build]
|
|
type = "meta"
|
|
|
|
[dependencies]
|
|
runtime = [
|
|
"base",
|
|
"autoconf",
|
|
"automake",
|
|
"llvm",
|
|
"bison",
|
|
"fakeroot",
|
|
"file",
|
|
"findutils",
|
|
"flex",
|
|
"gawk",
|
|
"clang",
|
|
"gettext",
|
|
"grep",
|
|
"groff",
|
|
"gzip",
|
|
"libtool",
|
|
"m4",
|
|
"make",
|
|
"depot",
|
|
"patch",
|
|
"pkgconf",
|
|
"sed",
|
|
"sudo",
|
|
"texinfo",
|
|
"which",
|
|
]
|
|
|
|
[package]
|
|
description = "Basic tools to build Vertex Packages"
|
|
homepage = "https://www.vertexlinux.net"
|
|
license = "MIT"
|
|
name = "development-base"
|
|
version = "1.0.0"
|