opnsense-plugins/sysutils/apcupsd/Makefile
Nicola 3bcbadaf1c
sysutils/apcupsd: new plugin (#2799)
This is a plugin to configure the apcupsd service, it includes a widget for the dashboard

Originally started by @Gibbon99 and @mrzaz (please mention their contribution too), repo here: https://github.com/Gibbon99/apcupsd and my fork: https://github.com/xbb/apcupsd where you can see the full changelog/commit list

Forum thread: https://forum.opnsense.org/index.php?topic=21487.0
2022-06-02 09:29:37 +02:00

8 lines
217 B
Makefile

PLUGIN_NAME= apcupsd
PLUGIN_DEVEL= yes
PLUGIN_VERSION= 0.1
PLUGIN_DEPENDS= apcupsd
PLUGIN_COMMENT= APCUPSD - APC UPS daemon
PLUGIN_MAINTAINER= xbb@xbblabs.com
.include "../../Mk/plugins.mk"