18 lines
547 B
Bash
18 lines
547 B
Bash
# Template file for 'R-cran-lifecycle'
|
|
pkgname=R-cran-lifecycle
|
|
version=1.0.3
|
|
revision=1
|
|
build_style=R-cran
|
|
makedepends="R-cran-glue R-cran-rlang R-cran-cli"
|
|
depends="R-cran-glue R-cran-rlang R-cran-cli"
|
|
short_desc="Manage the Life Cycle of your Package Functions"
|
|
maintainer="Cameron Nemo <cam@nohom.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/r-lib/lifecycle"
|
|
checksum="6459fdc3211585c0cdf120427579c12149b02161efe273a64b825c05e9aa69c2
|
|
6459fdc3211585c0cdf120427579c12149b02161efe273a64b825c05e9aa69c2"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|