diff --git a/srcpkgs/R-cran-tibble/template b/srcpkgs/R-cran-tibble/template new file mode 100644 index 00000000000..95841487898 --- /dev/null +++ b/srcpkgs/R-cran-tibble/template @@ -0,0 +1,16 @@ +# Template file for 'R-cran-tibble' +pkgname=R-cran-tibble +version=1.3.3 +revision=1 +build_style=R-cran +depends+="R-cran-rlang R-cran-Rcpp>=0.12.3" +makedepends+=" R-cran-rlang R-cran-Rcpp" +short_desc="Simple Data Frames" +maintainer="Florian Wagner " +license="MIT" +homepage="http://tibble.tidyverse.org/" +checksum=802ec8346eae2397a2fc64b254cf80a67c7832cb5211328336f45053ea2518ae + +post_install() { + vlicense LICENSE +}