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
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
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 RobinHankin permutations 1.1-5
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description The symmetric group: permutations of a finite set
|
|
long_description {*}${description}
|
|
checksums rmd160 a58c2e79f4ddc4882ae51a306c93e5b7b12f25fd \
|
|
sha256 9210146a49f9ba02d0ac276129b4fb3c8ca8e3387cd188c380d8d38f1d4ea084 \
|
|
size 446822
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-freealg \
|
|
port:R-magic \
|
|
port:R-numbers \
|
|
port:R-partitions
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-magrittr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|