31 lines
602 B
TOML
31 lines
602 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
configure = ["--disable-static"]
|
|
build_32 = true
|
|
|
|
[dependencies]
|
|
runtime = [
|
|
"glibc",
|
|
"attr",
|
|
]
|
|
|
|
[dependencies.lib32]
|
|
runtime = [
|
|
"lib32-glibc",
|
|
"lib32-attr",
|
|
]
|
|
|
|
[package]
|
|
description = "utilities to administer Access Control Lists"
|
|
homepage = "https://savannah.nongnu.org/projects/acl"
|
|
license = "GPL-2.0-or-Later"
|
|
name = "acl"
|
|
version = "2.3.2"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "97203a72cae99ab89a067fe2210c1cbf052bc492b479eca7d226d9830883b0bd"
|
|
url = "https://download.savannah.nongnu.org/releases/acl/acl-$version.tar.xz"
|