17 lines
434 B
Bash
17 lines
434 B
Bash
# Template file for 'R-cran-Rcpp'
|
|
pkgname=R-cran-Rcpp
|
|
version=0.12.19
|
|
revision=1
|
|
build_style=R-cran
|
|
short_desc="Seamless R and C++ Integration"
|
|
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://www.rcpp.org/"
|
|
checksum=63aeb6d4b58cd2899ded26f38a77d461397d5b0dc5936f187d3ca6cd958ab582
|
|
|
|
pre_install() {
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl) export PKG_CXXFLAGS+=" -D__MUSL__";;
|
|
esac
|
|
}
|