Initial commit
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
[build]
|
||||
type = "meson"
|
||||
|
||||
[build.flags]
|
||||
build_dir = "build"
|
||||
keep = "etc/**"
|
||||
configure = [ "-Dbuild-html-doc=true" ]
|
||||
|
||||
[dependencies]
|
||||
build = [
|
||||
"meson",
|
||||
"rust",
|
||||
"cli_doc"
|
||||
]
|
||||
runtime = [
|
||||
"glibc",
|
||||
"xz",
|
||||
"zlib-ng",
|
||||
"openssl",
|
||||
"sqlite",
|
||||
"libunwind",
|
||||
"zstd",
|
||||
"libgit2",
|
||||
"minisign",
|
||||
"ca-certs"
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "source-based package manager designed for Linux, focuses on reproducibility, atomic installations, and ease of cross-compilation"
|
||||
homepage = "https://gitlab.com/sfg-os/depot"
|
||||
license = "MIT"
|
||||
name = "depot"
|
||||
version = "0.29.0"
|
||||
revision = 1
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
url = "https://gitlab.com/sfg-os/depot.git"
|
||||
sha256 = "skip"
|
||||
Reference in New Issue
Block a user