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
31 lines
1.0 KiB
Tcl
31 lines
1.0 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 github r-lib gitcreds 0.1.2 v
|
|
revision 2
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Query git credentials from R
|
|
long_description {*}${description}
|
|
homepage https://gitcreds.r-lib.org
|
|
checksums rmd160 abc48330a515e7dcbde68045969970a104ba4de5 \
|
|
sha256 10d5a4051794ee34a3702b3ac23ec6d95d0a30d957dc066d26e716bbbb04c84f \
|
|
size 42843
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:git
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-mockery \
|
|
port:R-oskeyring \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-withr
|
|
|
|
test.run yes
|