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