20 lines
606 B
Bash
20 lines
606 B
Bash
# Template file for 'kbfs'.
|
|
pkgname=kbfs
|
|
version=1.0.47
|
|
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="3-clause-BSD"
|
|
homepage="https://keybase.io/docs/kbfs"
|
|
distfiles="https://github.com/keybase/kbfs/archive/v${version}.tar.gz"
|
|
checksum=7c5675eae4b208c7a9b2cc58a998c8073511a5a9a75e0d7639316bb36e5f5f27
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|