void-packages/srcpkgs/R-cran-lifecycle/template
Cameron Nemo e2408f29c3 R-cran-lifecycle: update to 1.0.0
Adopt.

Change license to MIT, was relicensed:
https://github.com/r-lib/lifecycle/issues/57
2021-03-08 16:45:19 -03:00

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
}