17 lines
462 B
Bash
17 lines
462 B
Bash
# Template file for 'R-cran-lifecycle'
|
|
pkgname=R-cran-lifecycle
|
|
version=1.0.0
|
|
revision=1
|
|
build_style=R-cran
|
|
makedepends="R-cran-glue R-cran-rlang"
|
|
depends="R-cran-glue R-cran-rlang"
|
|
short_desc="Manage the Life Cycle of your Package Functions"
|
|
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/r-lib/lifecycle"
|
|
checksum=03334ab213f2ad49a49e184e73f2051e04d35d43f562db903e68243cd2ec0f8e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|