# -*- 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           cmake 1.1
PortGroup           github 1.0

github.setup        uber h3 4.2.1 v
github.tarball_from archive
revision            0
checksums           rmd160  67dc92ecb7c93dc9715b3a5cc1c284d808c9d2d5 \
                    sha256  1b51822b43f3887767c5a5aafd958fca72b72fc454f3b3f6eeea31757d74687d \
                    size    18324978

description         A hexagonal hierarchical geospatial indexing system

long_description    H3 is a geospatial indexing system using a \
                    hexagonal grid that can be (approximately) \
                    subdivided into finer and finer hexagonal grids, \
                    combining the benefits of a hexagonal grid with \
                    S2's hierarchical subdivisions.

homepage            https://h3geo.org

categories          gis devel
license             Apache-2
maintainers         {acm.org:cardi @cardi} openmaintainer

test.run            yes
test.cmd            ctest
