mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
24 lines
967 B
Tcl
24 lines
967 B
Tcl
# -*- 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.4 v
|
|
revision 2
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
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 187afccf34e0a164460c86764e1d00c84ae91730 \
|
|
sha256 f98223f1fcaeec1a281183a89f8e9eea1650f7fe63feba758a4883f5a1a04e97 \
|
|
size 118595006
|
|
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
|