diff --git a/srcpkgs/R-cran-isoband/template b/srcpkgs/R-cran-isoband/template new file mode 100644 index 00000000000..58e2b9f16ef --- /dev/null +++ b/srcpkgs/R-cran-isoband/template @@ -0,0 +1,16 @@ +# Template file for 'R-cran-isoband' +pkgname=R-cran-isoband +version=0.2.2 +revision=1 +build_style=R-cran +hostmakedepends="R-cran-testthat" +depends="R-cran-testthat" +short_desc="Generate Isolines and Isobands from Regularly Spaced Elevation Grids" +maintainer="Luke Hannan " +license="MIT" +homepage="https://github.com/wilkelab/isoband" +checksum=fd1bb33c547e1ace948212aacb12c7b1907fa3dbf1d417c236dbac4702788e10 + +post_install() { + vlicense LICENSE +}