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
44 lines
1.5 KiB
Tcl
44 lines
1.5 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran g6t cloudfs 0.1.3
|
|
revision 0
|
|
categories-append net sysutils
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Streamlined interface to interact \
|
|
with cloud storage platforms
|
|
long_description {*}${description}
|
|
homepage https://g6t.github.io/cloudfs
|
|
checksums rmd160 e46d0600daf8d2a71329095fb8d9923bf00bdebd \
|
|
sha256 184c16acb33c285a0c4689066229047d92c93e0f1a2dc311c2cee72db0213d63 \
|
|
size 169610
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-aws.s3 \
|
|
port:R-cli \
|
|
port:R-desc \
|
|
port:R-dplyr \
|
|
port:R-glue \
|
|
port:R-googledrive \
|
|
port:R-httr \
|
|
port:R-rlang
|
|
|
|
depends_test-append port:R-googlesheets4 \
|
|
port:R-haven \
|
|
port:R-jsonlite \
|
|
port:R-knitr \
|
|
port:R-readr \
|
|
port:R-readxl \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-withr \
|
|
port:R-writexl \
|
|
port:R-xml2
|
|
|
|
test.run yes
|