22 lines
533 B
Bash
22 lines
533 B
Bash
# Template file for 'R-cran-plyr'
|
|
pkgname=R-cran-plyr
|
|
version=1.8.6
|
|
revision=1
|
|
build_style=R-cran
|
|
makedepends="R-cran-Rcpp"
|
|
depends="R-cran-Rcpp>=0.11.0"
|
|
short_desc="Tools for Splitting, Applying and Combining Data"
|
|
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
|
license="MIT"
|
|
homepage="http://had.co.nz/plyr/"
|
|
checksum=ea55d26f155443e9774769531daa5d4c20a0697bb53abd832e891b126c935287
|
|
|
|
pre_install() {
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl) export PKG_CXXFLAGS+=" -D__MUSL__";;
|
|
esac
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|