pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gotify: Add half-baked package for gotify server



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun Oct 31 20:12:13 2021 -0400
Changeset:	09116a688971555b62ac8661983144a5f4abc9d2

Added Files:
	gotify/DESCR
	gotify/Makefile
	gotify/PLIST
	gotify/distinfo

Log Message:
gotify: Add half-baked package for gotify server

This is a server for self-hosted Unified Push.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=09116a688971555b62ac8661983144a5f4abc9d2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gotify/DESCR    |  1 +
 gotify/Makefile | 22 ++++++++++++++++++++++
 gotify/PLIST    |  4 ++++
 gotify/distinfo |  5 +++++
 4 files changed, 32 insertions(+)

diffs:
diff --git a/gotify/DESCR b/gotify/DESCR
new file mode 100644
index 0000000000..ce3291c32f
--- /dev/null
+++ b/gotify/DESCR
@@ -0,0 +1 @@
+gotify server is a server for the Unified Push protocol.
diff --git a/gotify/Makefile b/gotify/Makefile
new file mode 100644
index 0000000000..a13f3ce884
--- /dev/null
+++ b/gotify/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+GITHUB_GROUP=	gotify
+GITHUB_PROJECT=	server
+VERSION=	2.1.0
+GITHUB_TAG=	v${VERSION}
+DISTNAME=	${GITHUB_GROUP}-${GITHUB_PROJECT}-${VERSION}
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=${GITHUB_GROUP}/}
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=	github.com/gotify/server
+
+MAINTAINER=	gdt%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/gotify/server/
+COMMENT=	Unified Push server
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+.include "../..//lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gotify/PLIST b/gotify/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/gotify/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/gotify/distinfo b/gotify/distinfo
new file mode 100644
index 0000000000..3cb143f041
--- /dev/null
+++ b/gotify/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (gotify-server-2.1.0.tar.gz) = f2d2ad985ba2acef067c98060ece4b6de76aee4f46dbf71a3c28153d652b1f7f
+SHA512 (gotify-server-2.1.0.tar.gz) = f8c3bd4bf7ea53a4b32c23ceb17b76d1d4a5ece4c1c6fbc62f263da8a2466183f6690f69def54ae6fc1b577b5b89ae9e27b754b4b612cd9c0a22b6ca792ce36a
+Size (gotify-server-2.1.0.tar.gz) = 1113262 bytes


Home | Main Index | Thread Index | Old Index