Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user