mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
plugins: query dependencies (useful for external check)
This commit is contained in:
parent
9e314fd7a3
commit
0e9db28d9e
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ check:
|
|||
name: check
|
||||
@echo ${PLUGIN_PREFIX}${PLUGIN_NAME}
|
||||
|
||||
depends: check
|
||||
@echo ${PLUGIN_DEPENDS}
|
||||
|
||||
manifest: check
|
||||
@echo "name: ${PLUGIN_PREFIX}${PLUGIN_NAME}"
|
||||
@echo "version: \"${PLUGIN_VERSION}\""
|
||||
|
|
|
|||
Loading…
Reference in a new issue