aboutsummaryrefslogtreecommitdiff
path: root/net-im/gomuks
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2022-02-18 20:22:49 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2022-02-18 20:22:49 +0000
commitf3ad5309b7c94b3a197b7a031c4c0bc8a64dc292 (patch)
tree53756d78b20f529a7653e40034ae87a220255532 /net-im/gomuks
parent29483520e335b1fc40fa853940cb119da0e35e1b (diff)
downloadports-f3ad5309b7c94b3a197b7a031c4c0bc8a64dc292.tar.gz
ports-f3ad5309b7c94b3a197b7a031c4c0bc8a64dc292.zip
net-im/gomuks: Add new port
A terminal based Matrix client written in Go.
Diffstat (limited to 'net-im/gomuks')
-rw-r--r--net-im/gomuks/Makefile22
-rw-r--r--net-im/gomuks/distinfo5
-rw-r--r--net-im/gomuks/pkg-descr3
3 files changed, 30 insertions, 0 deletions
diff --git a/net-im/gomuks/Makefile b/net-im/gomuks/Makefile
new file mode 100644
index 000000000000..4fbfdca1df15
--- /dev/null
+++ b/net-im/gomuks/Makefile
@@ -0,0 +1,22 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+
+PORTNAME= gomuks
+PORTVERSION= 0.2.4
+DISTVERSIONPREFIX= v
+CATEGORIES= net-im
+
+MAINTAINER= ehaupt@FreeBSD.org
+COMMENT= Terminal Matrix client written in Go
+
+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>
diff --git a/net-im/gomuks/distinfo b/net-im/gomuks/distinfo
new file mode 100644
index 000000000000..106f239c3f09
--- /dev/null
+++ b/net-im/gomuks/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1645213160
+SHA256 (go/net-im_gomuks/gomuks-v0.2.4/v0.2.4.mod) = c507dca8fc78772c149694a5b0ec0804db6a2e3582ba2a92b5dea8bc296c23c0
+SIZE (go/net-im_gomuks/gomuks-v0.2.4/v0.2.4.mod) = 1014
+SHA256 (go/net-im_gomuks/gomuks-v0.2.4/v0.2.4.zip) = fccf7de1aca55e3e1cd7137e3323b4f6be3b795808ac049af92c31ab711118d0
+SIZE (go/net-im_gomuks/gomuks-v0.2.4/v0.2.4.zip) = 341183
diff --git a/net-im/gomuks/pkg-descr b/net-im/gomuks/pkg-descr
new file mode 100644
index 000000000000..c7404b63f1a0
--- /dev/null
+++ b/net-im/gomuks/pkg-descr
@@ -0,0 +1,3 @@
+A terminal based Matrix client written in Go.
+
+WWW: https://github.com/tulir/gomuks