21 lines
654 B
Bash
21 lines
654 B
Bash
# Template file for 'grv'
|
|
pkgname=grv
|
|
version=0.1.3
|
|
revision=3
|
|
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="Michael Gehring <mg@ebfe.org>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/rgburke/grv"
|
|
distfiles="https://github.com/rgburke/grv/releases/download/v${version}/grv-${version}-src.tar.gz"
|
|
checksum=61c73aff8e73fe86ee5a1b7a37e8506afa87fda3f81edacadfc6b9aeebc22314
|
|
|
|
post_install() {
|
|
vdoc doc/documentation.md
|
|
}
|