From 298089a7b2898913499bfb88b4a575789c9ef805 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Wed, 22 Jul 2020 16:48:49 +0200 Subject: [PATCH] New package: R-cran-processx-3.4.3 --- srcpkgs/R-cran-processx/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/R-cran-processx/template diff --git a/srcpkgs/R-cran-processx/template b/srcpkgs/R-cran-processx/template new file mode 100644 index 0000000000..cc17b164c7 --- /dev/null +++ b/srcpkgs/R-cran-processx/template @@ -0,0 +1,16 @@ +# Template file for 'R-cran-processx' +pkgname=R-cran-processx +version=3.4.3 +revision=1 +build_style=R-cran +hostmakedepends="R-cran-ps R-cran-R6" +depends="R-cran-ps R-cran-R6" +short_desc="Execute and Control System Processes" +maintainer="Luke Hannan " +license="MIT" +homepage="https://github.com/r-lib/processx" +checksum=f247f2180f72e59f1e6d7149ddb44796698eb6be97cc8c479d5f488b65fcb01d + +post_install() { + vlicense LICENSE +}