void-packages/srcpkgs/ghq/template
Sora Morimoto 82d1b27aec ghq: update to 1.1.7
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2021-04-26 23:18:31 -03:00

19 lines
531 B
Bash

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