mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
26 lines
554 B
Makefile
26 lines
554 B
Makefile
COMMENT = scan logs and take action
|
|
|
|
MODGO_MODNAME = framagit.org/ppom/reaction
|
|
MODGO_VERSION = v1.4.1
|
|
REVISION = 0
|
|
DISTNAME = reaction-${MODGO_VERSION}
|
|
|
|
CATEGORIES = sysutils
|
|
HOMEPAGE = https://reaction.ppom.me
|
|
|
|
# AGPL-3.0
|
|
PERMIT_PACKAGE = yes
|
|
|
|
WANTLIB += c pthread
|
|
|
|
MODULES = lang/go
|
|
|
|
.include "modules.inc"
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/reaction
|
|
${INSTALL_DATA} ${WRKSRC}/config/* ${PREFIX}/share/examples/reaction
|
|
${INSTALL_DATA} ${FILESDIR}/authlog.jsonnet ${PREFIX}/share/examples/reaction
|
|
|
|
.include <bsd.port.mk>
|