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-24 03:28:06 +00:00
version=1.0.44
2018-03-30 16:30:14 +00:00
revision=3
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-24 03:28:06 +00:00
checksum=c4d08d4b4b0bdd1e3c6a918af9cdb7770e4660e0ac73606f002ea8a78b7350d9
2017-11-21 20:15:36 +00:00
post_install() {
vlicense LICENSE
}