18 lines
524 B
Bash
18 lines
524 B
Bash
# Template file for 'R-cran-desc'
|
|
pkgname=R-cran-desc
|
|
version=1.4.3
|
|
revision=1
|
|
build_style=R-cran
|
|
hostmakedepends="R-cran-assertthat R-cran-crayon R-cran-R6 R-cran-rprojroot
|
|
R-cran-cli"
|
|
depends="R-cran-assertthat R-cran-crayon R-cran-R6 R-cran-rprojroot R-cran-cli"
|
|
short_desc="Manipulate DESCRIPTION Files"
|
|
maintainer="Luke Hannan <lukehannan@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/r-lib/desc"
|
|
checksum=54468da73dd78fc9e7c565c41cfe3331802c2134b2e61a9ad197215317092f26
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|