17 lines
522 B
Bash
17 lines
522 B
Bash
# Template file for 'R-cran-tibble'
|
|
pkgname=R-cran-tibble
|
|
version=2.1.3
|
|
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=9a8cea9e6b5d24a7e9bf5f67ab38c40b2b6489eddb0d0edb8a48a21ba3574e1a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|