void-packages/srcpkgs/ghq/template
2018-11-26 04:11:43 -02:00

19 lines
525 B
Bash

# Template file for 'ghq'
pkgname=ghq
version=0.9.0
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=c5b9ff71ab533a2789da27368603852a3969c5cf8137b12b95e1bcbdaa816cf6
post_install() {
vlicense LICENSE
}