21 lines
553 B
Bash
21 lines
553 B
Bash
# Template file for 'keybase'
|
|
pkgname=keybase
|
|
version=1.0.22
|
|
revision=2
|
|
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=202a56ea6d25b0f0de2e7529839eb62266ad1665297483cef4948678c95c12f9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|