22 lines
616 B
Bash
22 lines
616 B
Bash
# Template file for 'keybase'
|
|
pkgname=keybase
|
|
_commit="fed6e3db999943d98e2d32057a9d7a3e7196e0c0"
|
|
version="1.0.28.0.20170815"
|
|
revision=2
|
|
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/${_commit}.tar.gz"
|
|
checksum=7fd94b28797896f22bc648d7bff815a850e925525a11e1ea3678ae73db6dc0a8
|
|
wrksrc="client-${_commit}"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|