Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+20
View File
@@ -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" ]