void-packages/srcpkgs/keybase/template
2019-03-27 17:58:48 -04:00

20 lines
565 B
Bash

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