20 lines
658 B
Bash
20 lines
658 B
Bash
# Template file for 'grv'
|
|
pkgname=grv
|
|
version=0.3.0
|
|
revision=2
|
|
wrksrc="$pkgname"
|
|
build_style=go
|
|
go_import_path=github.com/rgburke/grv
|
|
go_package=github.com/rgburke/grv/cmd/grv
|
|
hostmakedepends="pkg-config"
|
|
makedepends="ncurses-devel readline-devel libgit2-devel"
|
|
short_desc="Terminal based interface for viewing git repositories"
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/rgburke/grv"
|
|
distfiles="https://github.com/rgburke/grv/releases/download/v${version}/grv-${version}-src.tar.gz"
|
|
checksum=ee1b51bfcc1a5c1b4c71b3b84cae6370eced5dfcb4c677c53c75aab370edab63
|
|
|
|
post_install() {
|
|
vdoc doc/documentation.md
|
|
}
|