void-packages/srcpkgs/ghq/template
2025-08-14 19:27:04 +02:00

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
}