pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
New (incomplete) package for mattermost-server.
Module Name: pkgsrc-wip
Committed By: Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By: bsiegert
Date: Sun Mar 15 17:24:07 2020 +0100
Changeset: f2300da625acc25a21f8fc3b792963e7ed39be20
Added Files:
mattermost-server/DESCR
mattermost-server/Makefile
mattermost-server/PLIST
mattermost-server/TODO
mattermost-server/distinfo
Log Message:
New (incomplete) package for mattermost-server.
Mattermost is an open source, private cloud, Slack alternative.
It's written in Golang and React and runs as a single binary with MySQL or
PostgreSQL.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f2300da625acc25a21f8fc3b792963e7ed39be20
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mattermost-server/DESCR | 4 ++++
mattermost-server/Makefile | 18 ++++++++++++++++++
mattermost-server/PLIST | 2 ++
mattermost-server/TODO | 2 ++
mattermost-server/distinfo | 6 ++++++
5 files changed, 32 insertions(+)
diffs:
diff --git a/mattermost-server/DESCR b/mattermost-server/DESCR
new file mode 100644
index 0000000000..3be7e22a90
--- /dev/null
+++ b/mattermost-server/DESCR
@@ -0,0 +1,4 @@
+Mattermost is an open source, private cloud, Slack alternative.
+
+It's written in Golang and React and runs as a single binary with MySQL or
+PostgreSQL.
diff --git a/mattermost-server/Makefile b/mattermost-server/Makefile
new file mode 100644
index 0000000000..664ace139d
--- /dev/null
+++ b/mattermost-server/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+GITHUB_TAG= v5.21.0
+DISTNAME= mattermost-server-${GITHUB_TAG:S,^v,,}
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_GITHUB:=mattermost/}
+DIST_SUBDIR= ${PKGNAME_NOREV}
+
+MAINTAINER= bsiegert%NetBSD.org@localhost
+HOMEPAGE= https://mattermost.com/
+COMMENT= TODO: Short description of the package
+LICENSE= mit
+
+GO_BUILD_PATTERN= -mod=vendor -trimpath ./cmd/mattermost
+USE_LANGUAGES= c # go
+
+.include "../../wip/go/go-module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mattermost-server/PLIST b/mattermost-server/PLIST
new file mode 100644
index 0000000000..b29762d1f5
--- /dev/null
+++ b/mattermost-server/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/mattermost
diff --git a/mattermost-server/TODO b/mattermost-server/TODO
new file mode 100644
index 0000000000..8b99cf021d
--- /dev/null
+++ b/mattermost-server/TODO
@@ -0,0 +1,2 @@
+This package is incomplete. It installs the server binary but not any of the
+supporting files.
diff --git a/mattermost-server/distinfo b/mattermost-server/distinfo
new file mode 100644
index 0000000000..57c3563a82
--- /dev/null
+++ b/mattermost-server/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (mattermost-server-5.21.0/mattermost-server-5.21.0.tar.gz) = 9c432cc3009485e06665032e083ee6d8fe9cc88d
+RMD160 (mattermost-server-5.21.0/mattermost-server-5.21.0.tar.gz) = 57b8e3dec433db126877a0fb82c6ba7212eea301
+SHA512 (mattermost-server-5.21.0/mattermost-server-5.21.0.tar.gz) = 9e09a0ed7c5f9d12871d7009f7dd2b49eaf8ff2657cd9d04212a42d20b217f553326e739122e86ed0525713c6c1f70b118d5f9964c1f1e7f94956596466d186e
+Size (mattermost-server-5.21.0/mattermost-server-5.21.0.tar.gz) = 16785271 bytes
Home |
Main Index |
Thread Index |
Old Index