void-packages/srcpkgs/kbfs/template
2018-08-06 17:13:59 -04:00

19 lines
605 B
Bash

# Template file for 'kbfs'.
pkgname=kbfs
version=2.3.0
revision=1
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="BSD-3-Clause"
homepage="https://keybase.io/docs/kbfs"
distfiles="https://github.com/keybase/kbfs/archive/v${version}.tar.gz"
checksum=e0ee64be096682ac0a2e7fa299959392a8d2ff077aaa8a87666a2ddcfb2a06d1
post_install() {
vlicense LICENSE
}