void-packages/srcpkgs/keybase/template
2017-02-20 07:07:34 +00:00

20 lines
553 B
Bash

# Template file for 'keybase'
pkgname=keybase
version=1.0.18
revision=3
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@gmail.com>"
license="BSD"
homepage="https://keybase.io/"
distfiles="https://github.com/keybase/client/archive/v${version}.tar.gz"
checksum=8a4ebcb3ce8e3ed3649be870ab407fafeaeaed23c399f18dc25cba50fbb7f5a6
post_install() {
vlicense LICENSE
}