vp-build/srcpkgs/R-cran-reshape2/template

18 lines
583 B
Bash

# Template file for 'R-cran-reshape2'
pkgname=R-cran-reshape2
version=1.4.4
revision=3
build_style=R-cran
makedepends="R-cran-plyr R-cran-stringr R-cran-Rcpp"
depends="R-cran-plyr>=1.8.1 R-cran-stringr R-cran-Rcpp"
short_desc="Flexibly Reshape Data: A Reboot of the Reshape Package"
maintainer="Florian Wagner <florian@wagner-flo.net>"
license="MIT"
homepage="https://github.com/hadley/reshape"
changelog="https://raw.githubusercontent.com/hadley/reshape/master/NEWS.md"
checksum=d88dcf9e2530fa9695fc57d0c78adfc5e361305fe8919fe09410b17da5ca12d8
post_install() {
vlicense LICENSE
}