20 lines
605 B
Bash
20 lines
605 B
Bash
# Template file for 'kbfs'.
|
|
pkgname=kbfs
|
|
version=2.1.1
|
|
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=54791344a2574f5cdfe961bbdc7eec0114c786187b3c14e8972d495cd6889d1b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|