Initial commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
[build]
|
||||
type = "meson"
|
||||
|
||||
[alternatives]
|
||||
provides = [ "findutils", "diffutils", "gzip", "grep", "which", "patch" ]
|
||||
replaces = [ "findutils", "diffutils", "gzip", "grep", "which", "patch" ]
|
||||
|
||||
[build.flags]
|
||||
build_dir = "build"
|
||||
|
||||
[dependencies]
|
||||
build = ["meson"]
|
||||
runtime = [
|
||||
"glibc",
|
||||
"xz",
|
||||
"acl",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "BSD-oriented multicall utility for Linux"
|
||||
homepage = "BSD-oriented multicall utility for Linux"
|
||||
license = [
|
||||
"MIT",
|
||||
"BSD-2-Clause",
|
||||
"BSD-4-Clause",
|
||||
]
|
||||
name = "vx"
|
||||
version = "0.1.0"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
url = "https://gitlab.com/sfg-os/vx.git"
|
||||
Reference in New Issue
Block a user