From 491f71b7d014c3a26faeb117ea48a3985f5554d6 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Wed, 22 Jul 2020 21:41:15 +0200 Subject: [PATCH] New package: R-cran-isoband-0.2.2 --- srcpkgs/R-cran-isoband/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/R-cran-isoband/template 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 +}