mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
plugins: switch PLUGIN_DESC and PLUGIN_COMMENT
This commit is contained in:
+2
-2
@@ -25,7 +25,7 @@
|
||||
|
||||
all: check
|
||||
|
||||
PLUGIN_COMMENT!= git rev-list HEAD --max-count=1 | cut -c1-9
|
||||
PLUGIN_DESC!= git rev-list HEAD --max-count=1 | cut -c1-9
|
||||
PLUGIN_SCRIPTS= +PRE_INSTALL +POST_INSTALL \
|
||||
+PRE_DEINSTALL +POST_DEINSTALL
|
||||
PLUGIN_PREFIX= os-
|
||||
@@ -36,7 +36,7 @@ PKG!= which pkg || echo true
|
||||
check:
|
||||
@[ -n "${PLUGIN_NAME}" ] || echo "PLUGIN_NAME not set"
|
||||
@[ -n "${PLUGIN_VERSION}" ] || echo "PLUGIN_VERSION not set"
|
||||
@[ -n "${PLUGIN_DESC}" ] || echo "PLUGIN_DESC not set"
|
||||
@[ -n "${PLUGIN_COMMENT}" ] || echo "PLUGIN_COMMENT not set"
|
||||
@[ -n "${PLUGIN_MAINTAINER}" ] || echo "PLUGIN_MAINTAINER not set"
|
||||
# XXX throw an error here
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= test
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_DESC= A test package
|
||||
PLUGIN_COMMENT= A test package
|
||||
PLUGIN_DEPENDS= git vim-lite tmux
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= vmware
|
||||
PLUGIN_VERSION= 1.1
|
||||
PLUGIN_DESC= VMware tools wrapper
|
||||
PLUGIN_COMMENT= VMware tools wrapper
|
||||
PLUGIN_DEPENDS= open-vm-tools-nox11
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
|
||||
|
||||
Reference in New Issue
Block a user