mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
keybase: misc fixes
This commit is contained in:
parent
e0c79c20ef
commit
3d7863f3e8
1 changed files with 6 additions and 4 deletions
|
@ -1,14 +1,16 @@
|
||||||
# Template file for 'keybase'
|
# Template file for 'keybase'
|
||||||
pkgname=keybase
|
pkgname=keybase
|
||||||
version=1.0.14:1
|
_majorver=1.0.14
|
||||||
revision=1
|
_patchver=1
|
||||||
_version="${version//:/-}"
|
version=${_majorver}.${_patchver}
|
||||||
|
revision=2
|
||||||
|
_version="${_majorver}-${_patchver}"
|
||||||
wrksrc="client-${_version}"
|
wrksrc="client-${_version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/keybase/client"
|
go_import_path="github.com/keybase/client"
|
||||||
go_package="${go_import_path}/go/keybase"
|
go_package="${go_import_path}/go/keybase"
|
||||||
go_build_tags="production"
|
go_build_tags="production"
|
||||||
depends="gnupg"
|
depends="gnupg2"
|
||||||
short_desc="Client for keybase.io"
|
short_desc="Client for keybase.io"
|
||||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
|
Loading…
Add table
Reference in a new issue