mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
949 B
Tcl
25 lines
949 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 github jmbarbone echo 0.1.0 v
|
|
revision 1
|
|
categories-append sysutils
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Capture code evaluations and script executions by expressions, outputs and condition calls for logging
|
|
long_description {*}${description}
|
|
homepage https://jmbarbone.github.io/echo
|
|
checksums rmd160 bcd5a614b49b4d9dd7ecbb70d3b33b139aaaff77 \
|
|
sha256 9b61f330a9d9cc1968cb6f1e8321d3f42cbc5b596b7d059b7672cb59305f9599 \
|
|
size 8119
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-spelling \
|
|
port:R-testthat
|
|
|
|
test.run yes
|