diff --git a/srcpkgs/R-cran-textshaping/template b/srcpkgs/R-cran-textshaping/template new file mode 100644 index 00000000000..e14b6416c73 --- /dev/null +++ b/srcpkgs/R-cran-textshaping/template @@ -0,0 +1,17 @@ +# Template file for 'R-cran-textshaping' +pkgname=R-cran-textshaping +version=1.0.4 +revision=1 +build_style=R-cran +makedepends="freetype-devel harfbuzz-devel fribidi-devel + R-cran-lifecycle R-cran-stringi R-cran-systemfonts R-cran-cpp11" +depends="R-cran-lifecycle R-cran-stringi R-cran-systemfonts R-cran-cpp11" +short_desc="Bindings to the HarfBuzz and Fribidi" +maintainer="Orphaned " +license="MIT" +homepage="https://cran.r-project.org/web/packages/textshaping/index.html" +checksum=34093bf6ec82840f6e80ec6dced1d5ead26637fae5abe63562958c7274e1b8fb + +post_install() { + vlicense LICENSE +}