17 lines
467 B
Bash
17 lines
467 B
Bash
|
# 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 <lukehannan@gmail.com>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/wilkelab/isoband"
|
||
|
checksum=fd1bb33c547e1ace948212aacb12c7b1907fa3dbf1d417c236dbac4702788e10
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|