void-packages/srcpkgs/R-cran-scales/template

21 lines
650 B
Bash
Raw Normal View History

2017-06-08 16:49:31 +02:00
# Template file for 'R-cran-scales'
pkgname=R-cran-scales
2017-09-15 14:42:13 +02:00
version=0.5.0
revision=1
2017-06-08 16:49:31 +02:00
build_style=R-cran
2017-09-15 14:42:13 +02:00
depends+="R-cran-RColorBrewer R-cran-dichromat R-cran-plyr
R-cran-munsell>=0.2 R-cran-labeling R-cran-Rcpp R-cran-R6
R-cran-viridisLite"
makedepends+=" R-cran-RColorBrewer R-cran-dichromat R-cran-plyr
R-cran-munsell R-cran-labeling R-cran-Rcpp R-cran-R6
R-cran-viridisLite"
2017-06-08 16:49:31 +02:00
short_desc="Scale Functions for Visualization"
maintainer="Florian Wagner <florian@wagner-flo.net>"
license="MIT"
homepage="https://github.com/hadley/scales"
2017-09-15 14:42:13 +02:00
checksum=dbfcc0817c4ab8b8777ec7d68ebfe220177c193cfb5bd0e8ba5d365dbfe3e97d
2017-06-08 16:49:31 +02:00
post_install() {
vlicense LICENSE
}