# -*- 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           R 1.0

# Revert to GitHub once updated there.
R.setup             cran ailich GLCMTextures 0.4.2 v
revision            0
maintainers         nomaintainer
license             GPL-3+
description         GLCM Textures of raster layers
long_description    {*}${description}
homepage            https://ailich.github.io/GLCMTextures
checksums           rmd160  5192072118f50f375d5ff2e5bca78dafdd37ba20 \
                    sha256  9bc1fe1d294725f8a6e48c1d6118f39cb30cee7130e1466d453b66516d01ca69 \
                    size    341137
# github.tarball_from archive

depends_lib-append  port:R-raster \
                    port:R-Rcpp \
                    port:R-RcppArmadillo \
                    port:R-terra

compiler.cxx_standard 2017
compilers.setup     require_fortran

depends_test-append port:R-knitr \
                    port:R-rmarkdown

test.run            yes
