Files

23 lines
843 B
Tcl
Raw Permalink Normal View History

2023-04-23 07:41:40 +08:00
# -*- 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
2024-11-16 12:51:39 +08:00
R.setup cran eddelbuettel RcppSpdlog 0.0.19
2024-05-02 10:28:17 +08:00
revision 0
2023-06-18 21:01:00 +08:00
categories-append devel
2026-04-11 19:42:02 +04:00
maintainers nomaintainer
2023-06-18 21:01:00 +08:00
license GPL-2+
2023-04-23 07:41:40 +08:00
description R and C++ interfaces to spdlog C++ header library for logging
long_description {*}${description}
homepage https://dirk.eddelbuettel.com/code/rcpp.spdlog.html
2024-11-16 12:51:39 +08:00
checksums rmd160 76176411042f243bae5c6f4573d8b2f52ddee2a3 \
sha256 5d784a58a842c85a5ced460086d296889945644bd01bf8c314199ce0cf6d2c56 \
size 287830
2023-04-23 07:41:40 +08:00
depends_lib-append port:R-Rcpp
depends_test-append port:R-simplermarkdown
test.run yes