Files
packages/core/attr/attr.toml
T
2026-03-21 12:43:00 -05:00

27 lines
589 B
TOML

[build]
type = "autotools"
[build.flags]
configure = [
"--disable-static",
]
build_32 = true
[dependencies]
runtime = ["glibc"]
[dependencies.lib32]
runtime = [ "lib32-glibc" ]
[package]
description = "utilities to administer the extended attributes of filesystem objects"
homepage = "https://www.gnu.org/software/attr/"
license = "GPL-2.0-or-Later"
name = "attr"
version = "2.5.2"
[[source]]
extract_dir = "$name-$version"
sha256 = "f2e97b0ab7ce293681ab701915766190d607a1dba7fae8a718138150b700a70b"
url = "https://download.savannah.nongnu.org/releases/attr/attr-$version.tar.xz"