New package: robin-hood-hashing-3.11.5
This commit is contained in:
parent
aee8c942f8
commit
b2098a1fb3
1 changed files with 16 additions and 0 deletions
16
srcpkgs/robin-hood-hashing/template
Normal file
16
srcpkgs/robin-hood-hashing/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'robin-hood-hashing'
|
||||
pkgname=robin-hood-hashing
|
||||
version=3.11.5
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args=" -DRH_STANDALONE_PROJECT=OFF"
|
||||
short_desc="Fast & memory efficient hashtable based on robin hood hashing for C++"
|
||||
maintainer="tibequadorian <tibequadorian@posteo.de>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/martinus/robin-hood-hashing"
|
||||
distfiles="https://github.com/martinus/robin-hood-hashing/archive/${version}.tar.gz"
|
||||
checksum=3693e44dda569e9a8b87ce8263f7477b23af448a3c3600c8ab9004fe79c20ad0
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue