30 lines
711 B
Makefile
30 lines
711 B
Makefile
PORTNAME= keybase
|
|
PORTVERSION= 6.5.1
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 3
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Keybase.io client and Keybase Filesystem (KBFS)
|
|
WWW= https://keybase.io/docs/command_line \
|
|
https://keybase.io/docs/kbfs \
|
|
https://github.com/keybase/client
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
|
|
|
USES= cpe go:modules
|
|
|
|
USE_GITHUB= yes
|
|
GH_PROJECT= client
|
|
|
|
GO_BUILDFLAGS= -tags production
|
|
GO_MOD_DIST= github
|
|
GO_MODULE= github.com/keybase/client/go
|
|
GO_TARGET= ./keybase ./kbfs/kbfsfuse ./kbfs/kbfsgit/git-remote-keybase ./kbfs/kbfstool
|
|
WRKSRC_SUBDIR= go
|
|
|
|
PLIST_FILES= bin/git-remote-keybase bin/kbfsfuse bin/kbfstool bin/keybase
|
|
|
|
.include <bsd.port.mk>
|