28 lines
684 B
TOML
28 lines
684 B
TOML
[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"
|