20 lines
553 B
Bash
20 lines
553 B
Bash
# Template file for 'keybase'
|
|
pkgname=keybase
|
|
version=1.0.17
|
|
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@gmail.com>"
|
|
license="BSD"
|
|
homepage="https://keybase.io/"
|
|
distfiles="https://github.com/keybase/client/archive/v${version}.tar.gz"
|
|
checksum=937b4bc61c889ef3982a5352d8a49cda8a4f4db28732d4cb21df1fe20128399c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|