Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[dependencies]
|
||||
runtime = [ "glibc", "sh" ]
|
||||
|
||||
[package]
|
||||
description = "programs to find files"
|
||||
homepage = "https://www.gnu.org/software/findutils/"
|
||||
license = "GPL-3.0-or-later"
|
||||
name = "findutils"
|
||||
version = "4.10.0"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "1387e0b67ff247d2abde998f90dfbf70c1491391a59ddfecb8ae698789f0a4f5"
|
||||
url = "https://mirrors.kernel.org/gnu/findutils/findutils-$version.tar.xz"
|
||||
|
||||
[build.flags]
|
||||
configure = [ "--localstatedir=/var/lib/locate" ]
|
||||
Reference in New Issue
Block a user