New package: kbfs-1.0.36

This commit is contained in:
Toyam Cox 2017-11-21 15:15:36 -05:00
parent fa41b7bbdd
commit 2a84f1d8a2

18
srcpkgs/kbfs/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'kbfs'
pkgname=kbfs
version=1.0.36
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}/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"
checksum=73cf16d1cb3fd17ff5d13dad3d4517f7f813d8adc4525b0f6c39dac9b5184bf8
post_install() {
vlicense LICENSE
}