void-packages/srcpkgs/robin-map/template

16 lines
455 B
Bash

# Template file for 'robin-map'
pkgname=robin-map
version=1.0.1
revision=1
build_style=cmake
short_desc="Fast hash map and hash set using robin hood hashing"
maintainer="John <me@johnnynator.dev>"
license="MIT"
homepage="https://github.com/Tessil/robin-map"
distfiles="https://github.com/Tessil/robin-map/archive/refs/tags/v${version}.tar.gz"
checksum=b2ffdb623727cea852a66bddcb7fa6d938538a82b40e48294bb581fe086ef005
post_install() {
vlicense LICENSE
}