21 lines
619 B
Bash
21 lines
619 B
Bash
# Template file for 'R-cran-tibble'
|
|
pkgname=R-cran-tibble
|
|
version=3.1.0
|
|
revision=1
|
|
build_style=R-cran
|
|
makedepends="R-cran-ellipsis
|
|
R-cran-fansi R-cran-lifecycle R-cran-magrittr
|
|
R-cran-pillar R-cran-rlang R-cran-pkgconfig R-cran-vctrs"
|
|
depends="R-cran-ellipsis
|
|
R-cran-fansi R-cran-lifecycle R-cran-magrittr
|
|
R-cran-pillar R-cran-rlang R-cran-pkgconfig R-cran-vctrs"
|
|
short_desc="Simple Data Frames"
|
|
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
|
license="MIT"
|
|
homepage="http://tibble.tidyverse.org/"
|
|
checksum=959e28dea05181a7cd43a744028892261bda4c7ec78ad35fb148d144dcf5154e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|