mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Framework: allow PLUGIN_NO_ABI setting; closes #73
This commit is contained in:
@@ -81,6 +81,10 @@ manifest: check
|
||||
@echo "prefix: \"${LOCALBASE}\""
|
||||
@echo "licenselogic: \"single\""
|
||||
@echo "licenses: [ \"BSD2CLAUSE\" ]"
|
||||
.if defined(PLUGIN_NO_ABI)
|
||||
@echo "arch: `pkg config abi | tr '[:upper:]' '[:lower:]' | cut -d: -f1`:*:*"
|
||||
@echo "abi: `pkg config abi | cut -d: -f1`:*:*"
|
||||
.endif
|
||||
.if defined(PLUGIN_DEPENDS)
|
||||
@echo "deps: {"
|
||||
@for PLUGIN_DEPEND in ${PLUGIN_DEPENDS}; do \
|
||||
|
||||
Reference in New Issue
Block a user