void-packages/srcpkgs/kbfs/template
2018-03-05 20:01:33 +00:00

19 lines
606 B
Bash

# Template file for 'kbfs'.
pkgname=kbfs
version=1.0.44
revision=2
build_style=go
go_import_path="github.com/keybase/kbfs"
go_package="${go_import_path}/kbfsfuse ${go_import_path}/kbfsgit/git-remote-keybase ${go_import_path}/kbfstool"
go_build_tags="production"
depends="keybase"
short_desc="Keybase Filesystem"
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
license="3-clause-BSD"
homepage="https://keybase.io/docs/kbfs"
distfiles="https://github.com/keybase/kbfs/archive/v${version}.tar.gz"
checksum=c4d08d4b4b0bdd1e3c6a918af9cdb7770e4660e0ac73606f002ea8a78b7350d9
post_install() {
vlicense LICENSE
}