21 lines
608 B
Bash
21 lines
608 B
Bash
# Template file for 'R-cran-tibble'
|
|
pkgname=R-cran-tibble
|
|
version=3.2.1
|
|
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="Cameron Nemo <cam@nohom.org>"
|
|
license="MIT"
|
|
homepage="http://tibble.tidyverse.org/"
|
|
checksum=65a72d0c557fd6e7c510d150c935ed6ced5db7d05fc20236b370f11428372131
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|