18 lines
525 B
Bash
18 lines
525 B
Bash
# Template file for 'R-cran-lifecycle'
|
|
pkgname=R-cran-lifecycle
|
|
version=1.0.1
|
|
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 <cam@nohom.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/r-lib/lifecycle"
|
|
checksum="1da76e1c00f1be96ca34e122ae611259430bf99d6a1b999fdef70c00c30f7ba0
|
|
1da76e1c00f1be96ca34e122ae611259430bf99d6a1b999fdef70c00c30f7ba0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|