15 lines
372 B
Bash
15 lines
372 B
Bash
|
# Template file for 'R-cran-pkgconfig'
|
||
|
pkgname=R-cran-pkgconfig
|
||
|
version=2.0.2
|
||
|
revision=1
|
||
|
build_style=R-cran
|
||
|
short_desc="Private Configuration for 'R' Packages"
|
||
|
maintainer="q66 <daniel@octaforge.org>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/r-lib/pkgconfig"
|
||
|
checksum=25997754d1adbe7a251e3bf9879bb52dced27dd8b84767d558f0f644ca8d69ca
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|