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
+27
View File
@@ -0,0 +1,27 @@
[build]
type = "autotools"
[build.flags]
configure = [
"--sysconfdir=/etc",
'--extra-cflags=$CFLAGS',
'--extra-ldflags=$LDFLAGS',
]
make_install_dirs = ["librhash"]
keep = [ "etc/rhashrc" ]
make_install_targets = [ "install-lib-headers", "install-lib-shared", "install-so-link" ]
[dependencies]
runtime = ["glibc"]
[package]
description = "Utility for verifying hash sums of files"
homepage = "https://github.com/rhash/RHash"
license = "0BSD"
name = "rhash"
version = "1.4.6"
[[source]]
extract_dir = "$name-$version"
sha256 = "9f6019cfeeae8ace7067ad22da4e4f857bb2cfa6c2deaa2258f55b2227ec937a"
url = "https://github.com/rhash/RHash/archive/refs/tags/v$version.tar.gz"