diff --git a/srcpkgs/robin-map/template b/srcpkgs/robin-map/template new file mode 100644 index 00000000000..0c25470d536 --- /dev/null +++ b/srcpkgs/robin-map/template @@ -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 " +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 +}