void-packages/srcpkgs/ghq/template

20 lines
529 B
Bash
Raw Normal View History

2016-12-01 16:37:47 +01:00
# Template file for 'ghq'
pkgname=ghq
2017-08-26 21:29:56 +02:00
version=0.8.0
2017-10-26 10:35:58 +02:00
revision=2
2016-12-01 16:37:47 +01:00
build_style=go
go_import_path="github.com/motemen/ghq"
go_package="${go_import_path}"
hostmakedepends="git"
depends="git"
short_desc="Remote repository management made easy"
maintainer="Dominic Monroe <monroef4@googlemail.com>"
license="MIT"
homepage="https://github.com/motemen/ghq"
distfiles="https://github.com/motemen/ghq/archive/v${version}.tar.gz"
2017-08-26 21:29:56 +02:00
checksum=e3df98794a423000676987812ded7dab30367dfbc82a2b7a8d2ebbea12fa81b2
2016-12-01 16:37:47 +01:00
post_install() {
vlicense LICENSE
}