21 lines
726 B
Bash
21 lines
726 B
Bash
# Template file for 'R-cran-dplyr'
|
|
pkgname=R-cran-dplyr
|
|
version=1.0.2
|
|
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>=0.2.0 R-cran-magrittr>=1.5 R-cran-R6 R-cran-rlang>=0.4.7
|
|
R-cran-tibble>=2.1.3 R-cran-tidyselect>=1.1.0 R-cran-vctrs>=0.3.2"
|
|
short_desc="Grammar of Data Manipulation for R"
|
|
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
|
license="MIT"
|
|
homepage="https://dplyr.tidyverse.org/"
|
|
checksum=7cb1329fbf5c9609ca300f695fdfae67198b6b7273cf81b71cfc01c12d0adc4a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|