aboutsummaryrefslogtreecommitdiffstats
path: root/net/matterbridge/Makefile
diff options
context:
space:
mode:
authorla-ninpre <aaoth@aaoth.xyz>2023-05-02 23:51:11 +0300
committerla-ninpre <aaoth@aaoth.xyz>2023-05-02 23:51:11 +0300
commit213de11e68f2a61aa06d3322311836a8069b804f (patch)
tree3c619f04bc72ef3cdc33b2f59ed2066d289f8945 /net/matterbridge/Makefile
parent541bf9c006b4936546987ee56cd6a24de863dcb6 (diff)
downloadports-213de11e68f2a61aa06d3322311836a8069b804f.tar.gz
ports-213de11e68f2a61aa06d3322311836a8069b804f.zip
net/matterbridge: add 1.26.0
Diffstat (limited to 'net/matterbridge/Makefile')
-rw-r--r--net/matterbridge/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/net/matterbridge/Makefile b/net/matterbridge/Makefile
new file mode 100644
index 0000000..bf30289
--- /dev/null
+++ b/net/matterbridge/Makefile
@@ -0,0 +1,32 @@
+COMMENT = bridge between multiple chat platforms
+
+VERSION = 1.26.0
+
+DISTNAME = matterbridge-${VERSION}
+
+GH_ACCOUNT = 42wim
+GH_PROJECT = matterbridge
+GH_TAGNAME = v${VERSION}
+
+CATEGORIES = net
+
+HOMEPAGE = https://github.com/42wim/matterbridge
+
+MAINTAINER = la ninpre <aaoth@aaoth.xyz>
+
+!# Apache-2.0
+PERMIT_PACKAGE = Yes
+
+MODULES = lang/go
+MODGO_FLAGS = -tags nomsteams # don't need to build that cr..., ahem, big thing
+
+ALL_TARGET = github.com/42wim/matterbridge
+
+do-install:
+ ${MODGO_INSTALL_TARGET}
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/matterbridge
+.for _c in sample simple
+ cp -Rp ${WRKSRC}/matterbridge.toml.${_c} ${PREFIX}/share/matterbridge/matterbridge-${_c}.toml
+.endfor
+
+.include <bsd.port.mk>