Initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
[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" ]
|
||||
Reference in New Issue
Block a user