17 lines
456 B
Bash
17 lines
456 B
Bash
# Template file for 'R-cran-munsell'
|
|
pkgname=R-cran-munsell
|
|
version=0.5.0
|
|
revision=1
|
|
build_style=R-cran
|
|
depends+=" R-cran-colorspace"
|
|
makedepends+=" R-cran-colorspace"
|
|
short_desc="Utilities for Using Munsell Colours"
|
|
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
|
license="MIT"
|
|
homepage="https://cran.r-project.org/web/packages/munsell/"
|
|
checksum=d0f3a9fb30e2b5d411fa61db56d4be5733a2621c0edf017d090bdfa5e377e199
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|