2017-12-07 23:05:07 +00:00
|
|
|
# Template file for 'kbfs'.
|
2017-11-21 20:15:36 +00:00
|
|
|
pkgname=kbfs
|
2018-02-02 08:43:01 +00:00
|
|
|
version=1.0.40
|
|
|
|
revision=1
|
2017-11-21 20:15:36 +00:00
|
|
|
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"
|
|
|
|
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"
|
2018-02-02 08:43:01 +00:00
|
|
|
checksum=2bbbfd2eb7ed12295375a182656af6dcc509827f7ed83c2b1dd0f72f56853fa5
|
2017-11-21 20:15:36 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|