First commit
This commit is contained in:
25
Makefile
Normal file
25
Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: johan <johan@nosd.in>
|
||||
# security/reaction/Makefile 2024-06-22 09:00:42Z
|
||||
|
||||
PORTNAME= reaction
|
||||
PORTVERSION= 1.4.1
|
||||
DISTVERSIONPREFIX=v
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= johan@nosd.in
|
||||
COMMENT= A daemon that scans program outputs for repeated patterns, and takes action.
|
||||
WWW= https://blog.ppom.me/en-reaction/
|
||||
|
||||
LICENSE= AGPLv3
|
||||
|
||||
USES= go:1.21,modules
|
||||
GO_MODULE= framagit.org/ppom/reaction
|
||||
EXTRA_PATCHES+= ${FILESDIR}/socket.patch
|
||||
|
||||
USE_RC_SUBR= reaction
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${ETCDIR}
|
||||
${INSTALL_DATA} ${FILESDIR}/reaction.yml ${STAGEDIR}${ETCDIR}/reaction.yml.sample
|
||||
|
||||
.include <bsd.port.mk>
|
Reference in New Issue
Block a user