mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
grv: install docs
This commit is contained in:
parent
7fe3538657
commit
bd22607b14
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'grv'
|
# Template file for 'grv'
|
||||||
pkgname=grv
|
pkgname=grv
|
||||||
version=0.1.3
|
version=0.1.3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=${pkgname}
|
wrksrc=${pkgname}
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/rgburke/grv"
|
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
|
checksum=61c73aff8e73fe86ee5a1b7a37e8506afa87fda3f81edacadfc6b9aeebc22314
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README.md
|
vdoc doc/documentation.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue