kbfs: match keybase packaging and dirs

This commit is contained in:
Toyam Cox 2018-02-04 21:24:38 -05:00
parent 3ddc922265
commit a14aaa6935
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# Template file for 'kbfs'.
pkgname=kbfs
version=1.0.40
revision=1
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}/kbfsdokan ${go_import_path}/kbfstool"
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>"