git: f3ad5309b7c9 - main - net-im/gomuks: Add new port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Feb 2022 20:23:39 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3ad5309b7c94b3a197b7a031c4c0bc8a64dc292 commit f3ad5309b7c94b3a197b7a031c4c0bc8a64dc292 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2022-02-18 20:22:49 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2022-02-18 20:22:49 +0000 net-im/gomuks: Add new port A terminal based Matrix client written in Go. --- net-im/gomuks/Makefile | 22 ++++++++++++++++++++++ net-im/gomuks/distinfo | 5 +++++ net-im/gomuks/pkg-descr | 3 +++ 3 files changed, 30 insertions(+) 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