void-packages/srcpkgs/R-cran-ggplot2/template
2019-11-30 14:45:24 +01:00

21 lines
694 B
Bash

# Template file for 'R-cran-ggplot2'
pkgname=R-cran-ggplot2
version=3.2.1
revision=1
build_style=R-cran
makedepends="R-cran-digest R-cran-gtable R-cran-plyr
R-cran-reshape2 R-cran-scales R-cran-tibble
R-cran-lazyeval R-cran-withr"
depends="R-cran-digest R-cran-gtable>=0.1.1 R-cran-plyr>=1.7.1
R-cran-reshape2 R-cran-scales>=0.4.1 R-cran-tibble
R-cran-lazyeval R-cran-withr>=2.0.0"
short_desc="Create Elegant Data Visualisations Using the Grammar of Graphics"
maintainer="Florian Wagner <florian@wagner-flo.net>"
license="GPL-2.0-only"
homepage="https://ggplot2.tidyverse.org/"
checksum=e39114a90af69041645b0751ac469d8919c5a7e8cb044a3b56a0728623e65a56
post_install() {
vlicense LICENSE
}