void-packages/srcpkgs/keybase/template
2017-12-24 11:37:34 -05:00

20 lines
556 B
Bash

# Template file for 'keybase'
pkgname=keybase
version=1.0.39
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=f6835f7cab68eb198aaae6df5584343b33249b69603c9181d2112bb0778908f9
post_install() {
vlicense LICENSE
}