diff --git a/srcpkgs/R-cran-R6/template b/srcpkgs/R-cran-R6/template new file mode 100644 index 00000000000..fd289781ee7 --- /dev/null +++ b/srcpkgs/R-cran-R6/template @@ -0,0 +1,14 @@ +# Template file for 'R-cran-R6' +pkgname=R-cran-R6 +version=2.2.2 +revision=1 +build_style=R-cran +short_desc="Classes with Reference Semantics" +maintainer="Florian Wagner " +license="MIT" +homepage="https://github.com/r-lib/R6" +checksum=087756f471884c3b3ead80215a7cc5636a78b8a956e91675acfe2896426eae8f + +post_install() { + vlicense LICENSE +}