blob: cffa26e4c5c28da7f27f79aa4ae9346b37f2f700 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= keybase
PORTVERSION= 5.8.1
PORTREVISION= 2
DISTVERSIONPREFIX= v
MASTER_SITES= https://github.com/keybase/client/releases/download/v${PORTVERSION}/
CATEGORIES= security
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Keybase.io client and Keybase Filesystem (KBFS)
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/../LICENSE
USES= cpe go tar:xz
GO_BUILDFLAGS= -tags production
GO_PKGNAME= github.com/keybase/client/go
GO_TARGET= ${GO_PKGNAME}/keybase ${GO_PKGNAME}/kbfs/kbfsfuse ${GO_PKGNAME}/kbfs/kbfsgit/git-remote-keybase ${GO_PKGNAME}/kbfs/kbfstool
WRKSRC= ${WRKDIR}/client-v${PORTVERSION}/go
PLIST_FILES= bin/git-remote-keybase bin/kbfsfuse bin/kbfstool bin/keybase
.include <bsd.port.mk>
|