Initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user