32 lines
529 B
TOML
32 lines
529 B
TOML
[build]
|
|
type = "meson"
|
|
|
|
[build.flags]
|
|
build_dir = "build"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"meson",
|
|
"rust"
|
|
]
|
|
runtime = [
|
|
"glibc",
|
|
"p11-kit",
|
|
"libunwind",
|
|
]
|
|
|
|
[package]
|
|
description = "Linux CLI for managing CA trust store sources and extracted bundles"
|
|
homepage = "https://www.vertexlinux.net"
|
|
license = "MIT"
|
|
name = "ca-certs"
|
|
version = "0.1.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://gitlab.com/sfg-os/ca-certs.git"
|
|
sha256 = "skip"
|
|
|
|
[[manual_sources]]
|
|
files = [ "postinstall.sh", "postupdate.sh" ]
|