26 lines
650 B
TOML
26 lines
650 B
TOML
[build]
|
|
type = "makefile"
|
|
|
|
[build.flags]
|
|
makefile_commands = ["make PREFIX=/usr DISPATCH=1"]
|
|
makefile_install_commands = ["make PREFIX=/usr DISPATCH=1 DESTDIR=$DESTDIR install"]
|
|
|
|
[dependencies]
|
|
runtime = ["glibc"]
|
|
|
|
[package]
|
|
description = "Extremely fast non-cryptographic hash algorithm"
|
|
homepage = "https://cyan4973.github.io/xxHash/"
|
|
license = [
|
|
"BSD-2-Clause",
|
|
"GPL-2.0-or-later",
|
|
]
|
|
name = "xxhash"
|
|
version = "0.8.3"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/Cyan4973/xxHash.git#v$version"
|
|
sha256 = "skip"
|
|
cherry_pick = [ "50c5ba6a93a7e7f564aac908cd19e5a02943f3e7", "db36ccbeea58bd6ee7dd55e77130f1655d5ff6db" ]
|