void-packages/srcpkgs/keybase/template
2018-03-30 21:26:14 +00:00

20 lines
556 B
Bash

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