48f1d39fd4
Signed-off-by: Sora Morimoto <sora@morimoto.io>
19 lines
531 B
Bash
19 lines
531 B
Bash
# Template file for 'ghq'
|
|
pkgname=ghq
|
|
version=1.2.0
|
|
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=a6f62a5b34fd7088e39d6f0d0c37d6e0c333c2cc4da9a2fe6779a2b851f1f8f9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|