20 lines
676 B
Bash
20 lines
676 B
Bash
# Template file for 'R-cran-tibble'
|
|
pkgname=R-cran-tibble
|
|
version=3.0.1
|
|
revision=1
|
|
build_style=R-cran
|
|
makedepends="R-cran-cli R-cran-crayon 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-cli R-cran-crayon R-cran-ellipsis
|
|
R-cran-fansi R-cran-lifecycle R-cran-magrittr
|
|
R-cran-pillar>=1.4.3 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=154552cfb767e0bd48ef3fc61df8286ce52205e970815c5bc2560f41eceea79e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|