void-packages/srcpkgs/R-cran-glue/template

15 lines
364 B
Bash
Raw Normal View History

2018-03-14 13:16:49 +01:00
# Template file for 'R-cran-glue'
pkgname=R-cran-glue
version=1.3.0
2018-05-24 11:29:30 +02:00
revision=2
2018-03-14 13:16:49 +01:00
build_style=R-cran
short_desc="Interpreted String Literals"
maintainer="Florian Wagner <florian@wagner-flo.net>"
license="MIT"
homepage="https://github.com/tidyverse/glue/"
checksum=789e5a44c3635c3d3db26666e635e88adcf61cd02b75465125d95d7a12291cee
2018-03-14 13:16:49 +01:00
post_install() {
vlicense LICENSE
}