You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
843 B
Tcl
23 lines
843 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 eddelbuettel RcppSpdlog 0.0.19
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description R and C++ interfaces to spdlog C++ header library for logging
|
|
long_description {*}${description}
|
|
homepage https://dirk.eddelbuettel.com/code/rcpp.spdlog.html
|
|
checksums rmd160 76176411042f243bae5c6f4573d8b2f52ddee2a3 \
|
|
sha256 5d784a58a842c85a5ced460086d296889945644bd01bf8c314199ce0cf6d2c56 \
|
|
size 287830
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-simplermarkdown
|
|
|
|
test.run yes
|