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

R.setup             github gagolews stringi 1.8.7 v
revision            2
categories-append   devel textproc
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             BSD
description         Fast and portable character string processing in R
long_description    {*}${description} (with the Unicode ICU).
homepage            https://stringi.gagolewski.com
checksums           rmd160  1fd226d4dee2378b4d98b3d8f4aa731958694dbd \
                    sha256  5a18c556e650bfed0855e561ca1f3fb46d6c3c363f5a4c67c37880f04943eae2 \
                    size    118701097
github.tarball_from archive

# ICU is an optional dependency, but it is linked to, if available.
# Make it consistent. Anyway, R itself requires ICU installed.
depends_lib-append  path:lib/pkgconfig/icu-uc.pc:icu

test.run            yes
