New package: keybase-1.0.14.1

This commit is contained in:
Toyam Cox 2016-02-26 02:18:34 -05:00
parent 41eda40925
commit 3e84bbd19d

21
srcpkgs/keybase/template Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'keybase'
pkgname=keybase
version=1.0.14:1
revision=1
_version="${version//:/-}"
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="gnupg"
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=ef8f6d01206428a99558885ecec8de99089a60fe5f4b6e6f425e01a3fb368853
post_install() {
vlicense LICENSE
}