# -*- 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        LASzip LASzip 3.5.0
revision            0
checksums           rmd160  9109825ce72b11ce8591083a7de1198a8824ba14 \
                    sha256  6e9baac8689dfd2e1502ceafabb20c62b6cd572744d240fb755503fd57c2a6af \
                    size    289388

name                laszip
categories          gis
maintainers         {vince @Veence} openmaintainer
license             GPL-2+

description         a library to handle compressed point cloud data

long_description    LASzip is {*}${description}.

homepage            https://laszip.org
github.tarball_from archive

patchfiles          install_name.patch \
                    cxx17.patch

compiler.cxx_standard 2017
