mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
R-cran-plyr: update to 1.8.6
This commit is contained in:
parent
b63bf19d43
commit
5c9884cdb9
1 changed files with 11 additions and 5 deletions
|
@ -1,15 +1,21 @@
|
||||||
# Template file for 'R-cran-plyr'
|
# Template file for 'R-cran-plyr'
|
||||||
pkgname=R-cran-plyr
|
pkgname=R-cran-plyr
|
||||||
version=1.8.4
|
version=1.8.6
|
||||||
revision=3
|
revision=1
|
||||||
build_style=R-cran
|
build_style=R-cran
|
||||||
depends+=" R-cran-Rcpp>=0.11.0"
|
makedepends="R-cran-Rcpp"
|
||||||
makedepends+=" R-cran-Rcpp"
|
depends="R-cran-Rcpp>=0.11.0"
|
||||||
short_desc="Tools for Splitting, Applying and Combining Data"
|
short_desc="Tools for Splitting, Applying and Combining Data"
|
||||||
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://had.co.nz/plyr/"
|
homepage="http://had.co.nz/plyr/"
|
||||||
checksum=60b522d75961007658c9806f8394db27989f1154727cb0bb970062c96ec9eac5
|
checksum=ea55d26f155443e9774769531daa5d4c20a0697bb53abd832e891b126c935287
|
||||||
|
|
||||||
|
pre_install() {
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl) export PKG_CXXFLAGS+=" -D__MUSL__";;
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue