mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 19:12:57 +02:00
ghq: update to 1.8.0
This commit is contained in:
parent
e922487bde
commit
b4427c8bcc
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'ghq'
|
# Template file for 'ghq'
|
||||||
pkgname=ghq
|
pkgname=ghq
|
||||||
version=1.2.0
|
version=1.8.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/x-motemen/ghq
|
go_import_path=github.com/x-motemen/ghq
|
||||||
go_package="$go_import_path"
|
go_package="$go_import_path"
|
||||||
|
hostmakedepends="git"
|
||||||
depends="git"
|
depends="git"
|
||||||
short_desc="Remote repository management made easy"
|
short_desc="Remote repository management made easy"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/x-motemen/ghq"
|
homepage="https://github.com/x-motemen/ghq"
|
||||||
distfiles="https://github.com/x-motemen/ghq/archive/v${version}.tar.gz"
|
distfiles="https://github.com/x-motemen/ghq/archive/v${version}.tar.gz"
|
||||||
checksum=a6f62a5b34fd7088e39d6f0d0c37d6e0c333c2cc4da9a2fe6779a2b851f1f8f9
|
checksum=76cce5e3b3a39ab37d59138b916cc97d21dd6e98791775bdadc6986624918343
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue