grv: install docs

This commit is contained in:
Michael Gehring 2018-04-01 19:39:31 +00:00
parent 7fe3538657
commit bd22607b14
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'grv'
pkgname=grv
version=0.1.3
revision=1
revision=2
wrksrc=${pkgname}
build_style=go
go_import_path="github.com/rgburke/grv"
@ -16,5 +16,5 @@ distfiles="https://github.com/rgburke/grv/releases/download/v${version}/grv-${ve
checksum=61c73aff8e73fe86ee5a1b7a37e8506afa87fda3f81edacadfc6b9aeebc22314
post_install() {
vdoc README.md
vdoc doc/documentation.md
}