17 lines
555 B
Bash
17 lines
555 B
Bash
# 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="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|