mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-08 04:53:01 +02:00
19 lines
522 B
Bash
19 lines
522 B
Bash
# Template file for 'ghq'
|
|
pkgname=ghq
|
|
version=1.8.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="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=76cce5e3b3a39ab37d59138b916cc97d21dd6e98791775bdadc6986624918343
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|