19 lines
605 B
Bash
19 lines
605 B
Bash
# Template file for 'kbfs'.
|
|
pkgname=kbfs
|
|
version=2.5.0
|
|
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=0f9f785dfa95f4b93a24d18dff4d6a0a8e637139873370eb3f2a8c8d67505dd4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|