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

View file

@ -1,10 +1,11 @@
# Template file for 'kbfs'. # Template file for 'kbfs'.
pkgname=kbfs pkgname=kbfs
version=1.0.40 version=1.0.40
revision=1 revision=2
build_style=go build_style=go
go_import_path="github.com/keybase/kbfs" 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" depends="keybase"
short_desc="Keybase Filesystem" short_desc="Keybase Filesystem"
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>" maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"