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
27 lines
977 B
Tcl
27 lines
977 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 EmilHvitfeldt prismatic 1.1.2 v
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Color manipulation tools
|
|
long_description Manipulate and visualize colors in a intuitive, \
|
|
low-dependency and functional way.
|
|
homepage https://emilhvitfeldt.github.io/prismatic
|
|
checksums rmd160 fa72137071d5ed1fe638812ee725ceb331d48f0b \
|
|
sha256 babf5b7ad4c9b52921c619de66f93936755dc385b2b69c6504d87c7d5a71e261 \
|
|
size 655768
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-farver
|
|
|
|
depends_test-append port:R-cli \
|
|
port:R-covr \
|
|
port:R-testthat
|
|
|
|
test.run yes
|