You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 KiB
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 cran traversc stringfish 0.16.0
|
|
revision 2
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Alternative string implementation
|
|
long_description {*}${description}
|
|
checksums rmd160 d96c6b565474a787d972a9f24e8df1c7e2720d0e \
|
|
sha256 3608bc83900246297b38df46954bd9aa3b6f463a56eefbe80cfc713eab797993 \
|
|
size 1153517
|
|
|
|
depends_build-append \
|
|
path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib-append port:pcre2 \
|
|
port:R-Rcpp \
|
|
port:R-RcppParallel
|
|
|
|
depends_test-append port:R-dplyr \
|
|
port:R-knitr \
|
|
port:R-qs \
|
|
port:R-rlang \
|
|
port:R-rmarkdown \
|
|
port:R-stringr \
|
|
port:R-usethis
|
|
|
|
# Tests fail atm on Big-endian systems: https://github.com/traversc/stringfish/issues/18
|
|
test.run yes
|