void-packages/srcpkgs/ghq/template
2019-12-31 15:38:28 +01:00

19 lines
526 B
Bash

# Template file for 'ghq'
pkgname=ghq
version=0.17.4
revision=1
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"
checksum=22ee5862c4fe285d2d94fb1d17f35358c87020b6d6fa0243d45c3170ae47fe4f
post_install() {
vlicense LICENSE
}