Initial commit
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
[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" ]
|
||||
@@ -0,0 +1 @@
|
||||
ca-certs certdata sync --root $DEPOT_ROOTFS
|
||||
@@ -0,0 +1 @@
|
||||
ca-certs certdata sync --root $DEPOT_ROOTFS
|
||||
Reference in New Issue
Block a user