void-packages/srcpkgs/ghq/template
2020-06-11 14:53:15 +02:00

20 lines
531 B
Bash

# Template file for 'ghq'
pkgname=ghq
version=1.1.1
revision=1
build_style=go
go_import_path=github.com/x-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/x-motemen/ghq"
distfiles="https://github.com/x-motemen/ghq/archive/v${version}.tar.gz"
checksum=3a186003fc57e2bfb99c535db0a1d4cff79936dbc3c926a91f5d18d67d0bfc37
post_install() {
vlicense LICENSE
}