17 lines
522 B
Bash
17 lines
522 B
Bash
# Template file for 'R-cran-tibble'
|
|
pkgname=R-cran-tibble
|
|
version=2.1.1
|
|
revision=1
|
|
build_style=R-cran
|
|
makedepends="R-cran-cli R-cran-crayon R-cran-pillar R-cran-rlang R-cran-pkgconfig"
|
|
depends="R-cran-cli R-cran-crayon R-cran-pillar>=1.1.0 R-cran-rlang R-cran-pkgconfig"
|
|
short_desc="Simple Data Frames"
|
|
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
|
license="MIT"
|
|
homepage="http://tibble.tidyverse.org/"
|
|
checksum=45c777e9fb3731cb15126ce67e70a71eac97022d59efdefc840742d920a03284
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|