mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
grv: update to 0.3.0.
This commit is contained in:
parent
cf2f728143
commit
862996bc47
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'grv'
|
# Template file for 'grv'
|
||||||
pkgname=grv
|
pkgname=grv
|
||||||
version=0.2.0
|
version=0.3.0
|
||||||
revision=2
|
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
|
||||||
go_package="github.com/rgburke/grv/cmd/grv"
|
go_package=github.com/rgburke/grv/cmd/grv
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel readline-devel libgit2-devel"
|
makedepends="ncurses-devel readline-devel libgit2-devel"
|
||||||
short_desc="Terminal based interface for viewing git repositories"
|
short_desc="Terminal based interface for viewing git repositories"
|
||||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/rgburke/grv"
|
homepage="https://github.com/rgburke/grv"
|
||||||
distfiles="https://github.com/rgburke/grv/releases/download/v${version}/grv-${version}-src.tar.gz"
|
distfiles="https://github.com/rgburke/grv/releases/download/v${version}/grv-${version}-src.tar.gz"
|
||||||
checksum=4988bb0a74853ada3808d7c819bd159b2acee741baa1565e97033cd3118224b7
|
checksum=ee1b51bfcc1a5c1b4c71b3b84cae6370eced5dfcb4c677c53c75aab370edab63
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc doc/documentation.md
|
vdoc doc/documentation.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue