mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
25 lines
854 B
Tcl
25 lines
854 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 parmsam lzstring 0.1.3
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Wrapper for lz-string C++ library
|
|
long_description {*}${description}
|
|
homepage https://parmsam.github.io/lzstring-r
|
|
checksums rmd160 2fce0371902e87a8d9b39a2863f994d6cc6bb768 \
|
|
sha256 aec2105d9d952e82721c1b970fc93933c1a5564b70dda1bff8b78a6f1705d0ef \
|
|
size 58042
|
|
|
|
depends_lib-append port:R-cpp11
|
|
|
|
depends_test-append port:R-bench \
|
|
port:R-ggplot2 \
|
|
port:R-testthat
|
|
|
|
test.run yes
|