void-packages/srcpkgs/kbfs/template

19 lines
607 B
Bash
Raw Normal View History

2017-12-08 00:05:07 +01:00
# Template file for 'kbfs'.
2017-11-21 21:15:36 +01:00
pkgname=kbfs
2018-02-02 09:43:01 +01:00
version=1.0.40
revision=1
2017-11-21 21:15:36 +01:00
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"
2018-02-02 09:43:01 +01:00
checksum=2bbbfd2eb7ed12295375a182656af6dcc509827f7ed83c2b1dd0f72f56853fa5
2017-11-21 21:15:36 +01:00
post_install() {
vlicense LICENSE
}