17 lines
479 B
Bash
17 lines
479 B
Bash
# Template file for 'R-cran-lifecycle'
|
|
pkgname=R-cran-lifecycle
|
|
version=1.0.4
|
|
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=ada4d3c7e84b0c93105e888647c5754219a8334f6e1f82d5afaf83d4855b91cc
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|