void-packages/srcpkgs/kbfs/template

20 lines
606 B
Bash
Raw Normal View History

2017-12-07 23:05:07 +00:00
# Template file for 'kbfs'.
2017-11-21 20:15:36 +00:00
pkgname=kbfs
2018-02-02 08:43:01 +00:00
version=1.0.40
2018-02-05 02:24:38 +00:00
revision=2
2017-11-21 20:15:36 +00:00
build_style=go
go_import_path="github.com/keybase/kbfs"
2018-02-05 02:24:38 +00:00
go_package="${go_import_path}/kbfsfuse ${go_import_path}/kbfsgit/git-remote-keybase ${go_import_path}/kbfstool"
go_build_tags="production"
2017-11-21 20:15:36 +00:00
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 08:43:01 +00:00
checksum=2bbbfd2eb7ed12295375a182656af6dcc509827f7ed83c2b1dd0f72f56853fa5
2017-11-21 20:15:36 +00:00
post_install() {
vlicense LICENSE
}