From 5ea1feaa0c3e8ed6ce2645e8d604cca98db9ca1e Mon Sep 17 00:00:00 2001 From: John Date: Sun, 16 Oct 2022 17:56:42 +0200 Subject: [PATCH] New package: robin-map-1.0.1 --- srcpkgs/robin-map/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/robin-map/template 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 +}