mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
914 B
Tcl
28 lines
914 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 cran fhdsl githubr 0.9.1
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description API wrapper for GitHub
|
|
long_description {*}${description}
|
|
checksums rmd160 01ad4b0d1f8e8ec67099e9e0964cd591065bcbe1 \
|
|
sha256 71375f75e3912ac4365020b37c754b07e5e20b15dbe6030e5d9166abc5577ec0 \
|
|
size 6055
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-gh \
|
|
port:R-gitcreds \
|
|
port:R-httr \
|
|
port:R-magrittr
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|