New package: robin-map-1.0.1

This commit is contained in:
John 2022-10-16 17:56:42 +02:00
parent 8fd9348c80
commit 5ea1feaa0c

View file

@ -0,0 +1,15 @@
# 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
}