diff --git a/srcpkgs/R-cran-scales/template b/srcpkgs/R-cran-scales/template new file mode 100644 index 0000000000..1b0f915bb2 --- /dev/null +++ b/srcpkgs/R-cran-scales/template @@ -0,0 +1,18 @@ +# Template file for 'R-cran-scales' +pkgname=R-cran-scales +version=0.4.1 +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" +makedepends+=" R-cran-RColorBrewer R-cran-dichromat R-cran-plyr + R-cran-munsell R-cran-labeling R-cran-Rcpp" +short_desc="Scale Functions for Visualization" +maintainer="Florian Wagner " +license="MIT" +homepage="https://github.com/hadley/scales" +checksum=642b88fb1fce7bac72a0038ce532b65b8a79dffe826fec25033cf386ab630cd3 + +post_install() { + vlicense LICENSE +}