New package: R-cran-Rcpp-0.12.11.

This commit is contained in:
Florian Wagner 2017-06-08 16:39:16 +02:00 committed by Leah Neukirchen
parent 465ee0c8f5
commit 15845f991a

View file

@ -0,0 +1,16 @@
# Template file for 'R-cran-Rcpp'
pkgname=R-cran-Rcpp
version=0.12.11
revision=1
build_style=R-cran
short_desc="Seamless R and C++ Integration"
maintainer="Florian Wagner <florian@wagner-flo.net>"
license="GPL-2"
homepage="http://www.rcpp.org/"
checksum=bd8cae275bb45cf98f3e3c6e1b5189bdd9c02e74b25241419ed3e4851d859c7f
pre_install() {
case "$XBPS_TARGET_MACHINE" in
*-musl) export PKG_CXXFLAGS+=" -D__MUSL__";;
esac
}