kbfs: match keybase packaging and dirs
This commit is contained in:
parent
3ddc922265
commit
a14aaa6935
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue