19 lines
500 B
Bash
19 lines
500 B
Bash
# Template file for 'ghq'
|
|
pkgname=ghq
|
|
version=1.2.0
|
|
revision=3
|
|
build_style=go
|
|
go_import_path=github.com/x-motemen/ghq
|
|
go_package="$go_import_path"
|
|
depends="git"
|
|
short_desc="Remote repository management made easy"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|