summary refs log tree commit diff
path: root/FreeBSD/irc/pounce-notify
diff options
context:
space:
mode:
Diffstat (limited to 'FreeBSD/irc/pounce-notify')
-rw-r--r--FreeBSD/irc/pounce-notify/Makefile28
-rw-r--r--FreeBSD/irc/pounce-notify/distinfo3
-rw-r--r--FreeBSD/irc/pounce-notify/pkg-descr3
3 files changed, 34 insertions, 0 deletions
diff --git a/FreeBSD/irc/pounce-notify/Makefile b/FreeBSD/irc/pounce-notify/Makefile
new file mode 100644
index 0000000..fdfb4d9
--- /dev/null
+++ b/FreeBSD/irc/pounce-notify/Makefile
@@ -0,0 +1,28 @@
+PORTNAME=	pounce-notify
+DISTVERSION=	3.0
+CATEGORIES=	irc
+MASTER_SITES=	https://git.causal.agency/pounce/snapshot/
+DISTNAME=	pounce-${DISTVERSION}
+
+MAINTAINER=	june@causal.agency
+COMMENT=	Generic notifications for pounce
+
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKDIR}/${DISTNAME}/LICENSE
+
+LIB_DEPENDS=	libtls.so:security/libretls
+
+USES=	pkgconfig
+
+WRKSRC_SUBDIR=	extra/notify
+
+HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
+
+PLIST_FILES=	bin/pounce-notify \
+		man/man1/pounce-notify.1.gz
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pounce-notify
+
+.include <bsd.port.mk>
diff --git a/FreeBSD/irc/pounce-notify/distinfo b/FreeBSD/irc/pounce-notify/distinfo
new file mode 100644
index 0000000..007958c
--- /dev/null
+++ b/FreeBSD/irc/pounce-notify/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1644897810
+SHA256 (pounce-3.0.tar.gz) = f776f7f170493697a97923e7dce9597dff5577fd40ba756e9a1bcfab17199df0
+SIZE (pounce-3.0.tar.gz) = 50497
diff --git a/FreeBSD/irc/pounce-notify/pkg-descr b/FreeBSD/irc/pounce-notify/pkg-descr
new file mode 100644
index 0000000..4b2437a
--- /dev/null
+++ b/FreeBSD/irc/pounce-notify/pkg-descr
@@ -0,0 +1,3 @@
+Generic notification provider for the pounce IRC bouncer.
+
+WWW: https://git.causal.agency/pounce/