diff --git a/srcpkgs/R-cran-rstudioapi/template b/srcpkgs/R-cran-rstudioapi/template new file mode 100644 index 0000000000..22dff81e6d --- /dev/null +++ b/srcpkgs/R-cran-rstudioapi/template @@ -0,0 +1,14 @@ +# Template file for 'R-cran-rstudioapi' +pkgname=R-cran-rstudioapi +version=0.11 +revision=1 +build_style=R-cran +short_desc="Safely Access the RStudio API" +maintainer="Luke Hannan " +license="MIT" +homepage="https://github.com/rstudio/rstudioapi" +checksum=13e07fb7e2eba8cf1d885db2721901d676d219a1042d7ef5d166125e4905306b + +post_install() { + vlicense LICENSE +}