void-packages/srcpkgs/keybase/template
2018-02-02 16:49:10 -05:00

20 lines
556 B
Bash

# Template file for 'keybase'
pkgname=keybase
version=1.0.40
revision=1
wrksrc="client-${version}"
build_style=go
go_import_path="github.com/keybase/client"
go_package="${go_import_path}/go/keybase"
go_build_tags="production"
depends="gnupg2"
short_desc="Client for keybase.io"
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
license="BSD"
homepage="https://keybase.io/"
distfiles="https://github.com/keybase/client/archive/v${version}.tar.gz"
checksum=79f11737b3bdc279b34d2b978584b3c12e1c24ccdeb3b86dbf7670aa9c634913
post_install() {
vlicense LICENSE
}