Files
Joshua Root 281b029bd8 devel/[i-r]*: set github.tarball_from explicitly
In preparation for changing the default.
2025-01-15 17:17:44 +11:00

28 lines
1.2 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup github 1.0
PortGroup cmake 1.1
github.setup Tessil robin-map 0.6.3 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
categories devel
platforms any
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
license MIT
description C++ implementation of a fast hash map and hash set using robin hood hashing
long_description The robin-map library is a C++ implementation of a fast hash map and hash \
set using open-addressing and linear robin hood hashing with backward \
shift deletion to resolve collisions.
# only header files are installed, but C++11 is still required for build tests
supported_archs noarch
compiler.cxx_standard \
2011
checksums rmd160 f87f628f9db431b20e69f1f9cf223adc77757fa6 \
sha256 27c08b82586e0272ce95a04fa80027f90bd17d4352a24f1b325039e2c171fb33 \
size 64525