mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
Merge pull request #5267 from SevereOverfl0w/newpkg-ghq
New package: ghq-0.7.4
This commit is contained in:
commit
060d1dfc13
1 changed files with 19 additions and 0 deletions
19
srcpkgs/ghq/template
Normal file
19
srcpkgs/ghq/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'ghq'
|
||||||
|
pkgname=ghq
|
||||||
|
version=0.7.4
|
||||||
|
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=f6e79a7efec2cc11dd8489ae31619de85f15b588158d663256bc9fd45aca6a5d
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue