Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+39
View File
@@ -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"