From b403318e9a919b4d65b735ce4cde431364eeb458 Mon Sep 17 00:00:00 2001 From: Florian Wagner Date: Fri, 15 Sep 2017 14:41:03 +0200 Subject: [PATCH] New package: R-cran-R6-2.2.2. --- srcpkgs/R-cran-R6/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/R-cran-R6/template 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 +}