19 lines
526 B
Bash
19 lines
526 B
Bash
# Template file for 'ghq'
|
|
pkgname=ghq
|
|
version=0.15.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=f554c3ccf8230b872356451396aa1ec3928c12f46695bae1c98392f44672c3c6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|