mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
New package: robin-map-1.0.1
This commit is contained in:
parent
8fd9348c80
commit
5ea1feaa0c
1 changed files with 15 additions and 0 deletions
15
srcpkgs/robin-map/template
Normal file
15
srcpkgs/robin-map/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue