20 lines
565 B
Bash
20 lines
565 B
Bash
# Template file for 'keybase'
|
|
pkgname=keybase
|
|
version=3.0.0
|
|
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=6e53ef409f19c6dad52426d12cd5ac72f5b8a678eb66672b85cae1d11e8cbfd7
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|