void-packages/srcpkgs/R-cran-scales/template
2017-09-15 16:53:45 +02:00

21 lines
650 B
Bash

# Template file for 'R-cran-scales'
pkgname=R-cran-scales
version=0.5.0
revision=1
build_style=R-cran
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"
short_desc="Scale Functions for Visualization"
maintainer="Florian Wagner <florian@wagner-flo.net>"
license="MIT"
homepage="https://github.com/hadley/scales"
checksum=dbfcc0817c4ab8b8777ec7d68ebfe220177c193cfb5bd0e8ba5d365dbfe3e97d
post_install() {
vlicense LICENSE
}