21 lines
698 B
Bash
21 lines
698 B
Bash
# Template file for 'R-cran-ggplot2'
|
|
pkgname=R-cran-ggplot2
|
|
version=3.1.0
|
|
revision=1
|
|
build_style=R-cran
|
|
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"
|
|
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"
|
|
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=49e77ccbe1ee9e4278312b001ad34aa1d93a3d98a90aaefcb595da20b2195ed7
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|