16 lines
464 B
Bash
16 lines
464 B
Bash
# Template file for 'R-cran-cli'
|
|
pkgname=R-cran-cli
|
|
version=1.1.0
|
|
revision=1
|
|
build_style=R-cran
|
|
makedepends="R-cran-assertthat R-cran-crayon"
|
|
depends="R-cran-assertthat R-cran-crayon"
|
|
short_desc="Helpers for Developing Command Line Interfaces"
|
|
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/r-lib/cli/"
|
|
checksum=4fc00fcdf4fdbdf9b5792faee8c7cf1ed5c4f45b1221d961332cda82dbe60d0a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|