mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
43 lines
1.5 KiB
Tcl
43 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
|
|
|
|
R.setup github etiennebacher altdoc 0.4.0 v
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Tools to generate package documentation
|
|
long_description {*}${description}
|
|
homepage https://altdoc.etiennebacher.com
|
|
checksums rmd160 8be6d1a0e4d98d8e44c9cb1ef97b8a0fb227819c \
|
|
sha256 6a5e23658ba15d30e14f5bf32d2067f160132ace87e3ea42356bdc4a23c07fd0 \
|
|
size 11744856
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-desc \
|
|
port:R-evaluate \
|
|
port:R-fs \
|
|
port:R-quarto
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-digest \
|
|
port:R-downlit \
|
|
port:R-future \
|
|
port:R-future.apply \
|
|
port:R-knitr \
|
|
port:R-servr \
|
|
port:R-spelling \
|
|
port:R-testthat \
|
|
port:R-usethis \
|
|
port:R-withr \
|
|
port:R-yaml
|
|
|
|
# Tests will fail at the moment due to broken R BATCH.
|
|
# https://trac.macports.org/ticket/67059
|
|
# https://github.com/etiennebacher/altdoc/issues/254
|
|
test.run yes
|