# -*- 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.3.0 v
github.tarball_from archive
revision            0
checksums           rmd160  ffc34bd5d4cd54f1becd9c96b21c344df9968d40 \
                    sha256  a47cfa36e255e4bf16c63015aaff8e6fe2afc14ffaa3f6b281718158446c0e9b \
                    size    18334180

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
