17 lines
438 B
Bash
17 lines
438 B
Bash
# Template file for 'R-cran-tibble'
|
|
pkgname=R-cran-tibble
|
|
version=1.3.3
|
|
revision=2
|
|
build_style=R-cran
|
|
depends+="R-cran-rlang R-cran-Rcpp>=0.12.3"
|
|
makedepends+=" R-cran-rlang R-cran-Rcpp"
|
|
short_desc="Simple Data Frames"
|
|
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
|
license="MIT"
|
|
homepage="http://tibble.tidyverse.org/"
|
|
checksum=802ec8346eae2397a2fc64b254cf80a67c7832cb5211328336f45053ea2518ae
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|