20 lines
553 B
Bash
20 lines
553 B
Bash
# Template file for 'keybase'
|
|
pkgname=keybase
|
|
version=1.0.29
|
|
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=e9f7e20d256c40235763e27f992bed1a1542411d625d11c62a28903275f9eaf5
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|