void-packages/srcpkgs/R-cran-dplyr/template

22 lines
791 B
Bash

# Template file for 'R-cran-dplyr'
pkgname=R-cran-dplyr
version=1.0.10
revision=1
build_style=R-cran
makedepends="R-cran-ellipsis R-cran-generics R-cran-glue R-cran-lifecycle
R-cran-magrittr R-cran-R6 R-cran-rlang R-cran-tibble R-cran-tidyselect
R-cran-vctrs"
depends="R-cran-ellipsis R-cran-generics R-cran-glue>=1.3.2
R-cran-lifecycle>=1.0.0 R-cran-magrittr>=1.5 R-cran-R6 R-cran-rlang>=0.4.10
R-cran-tibble>=2.1.3 R-cran-tidyselect>=1.1.0 R-cran-vctrs>=0.3.5"
short_desc="Grammar of Data Manipulation for R"
maintainer="Cameron Nemo <cam@nohom.org>"
license="MIT"
homepage="https://dplyr.tidyverse.org/"
checksum="3ab639f627b4e439052df18f193f0ccab223225a4ae2ff8c18aba4f9807e0f2b
3ab639f627b4e439052df18f193f0ccab223225a4ae2ff8c18aba4f9807e0f2b"
post_install() {
vlicense LICENSE
}