New package: R-cran-cli-1.0.0
This commit is contained in:
parent
4ea2ad4e21
commit
eec4be6f7c
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'R-cran-cli'
|
||||
pkgname=R-cran-cli
|
||||
version=1.0.0
|
||||
revision=1
|
||||
build_style=R-cran
|
||||
depends+=" R-cran-assertthat R-cran-crayon"
|
||||
makedepends+=" 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=8fa3dbfc954ca61b8510f767ede9e8a365dac2ef95fe87c715a0f37d721b5a1d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue