17 lines
423 B
Bash
17 lines
423 B
Bash
# Template file for 'R-cran-callr'
|
|
pkgname=R-cran-callr
|
|
version=3.7.6
|
|
revision=1
|
|
build_style=R-cran
|
|
hostmakedepends="R-cran-processx R-cran-R6"
|
|
depends="R-cran-processx R-cran-R6"
|
|
short_desc="Call R from R"
|
|
maintainer="Luke Hannan <lukehannan@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/r-lib/callr"
|
|
checksum=e4bce367e869e42eaeea05566d2033d8cee2103179b11cd9a401440b58a351f8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|