5dff364a35
Closes #14355. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
19 lines
606 B
Bash
19 lines
606 B
Bash
# Template file for 'kbfs'.
|
|
pkgname=kbfs
|
|
version=1.0.48
|
|
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="BSD-3-Clause"
|
|
homepage="https://keybase.io/docs/kbfs"
|
|
distfiles="https://github.com/keybase/kbfs/archive/v${version}.tar.gz"
|
|
checksum=874d4f040ab91df65f5fc8030afab6318868ccd8babce979d8dc1aefbbef15a0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|