mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
23 lines
399 B
Makefile
23 lines
399 B
Makefile
PORTNAME= gomuks
|
|
PORTVERSION= 0.3.0
|
|
PORTREVISION= 10
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net-im
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Terminal Matrix client written in Go
|
|
WWW= https://github.com/tulir/gomuks
|
|
|
|
LICENSE= AGPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libolm.so:security/olm
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/tulir/gomuks
|
|
|
|
PLIST_FILES= bin/gomuks
|
|
|
|
.include <bsd.port.mk>
|