mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-24 18:20:25 -05:00
11 lines
377 B
Text
11 lines
377 B
Text
{
|
|
"product_abi": "%%PLUGIN_ABI%%",
|
|
"product_arch": "%%PLUGIN_ARCH%%",
|
|
"product_email": "%%PLUGIN_MAINTAINER%%",
|
|
"product_flavour": "%%PLUGIN_FLAVOUR%%",
|
|
"product_hash": "%%PLUGIN_HASH%%",
|
|
"product_id": "%%PLUGIN_PKGNAME%%",
|
|
"product_name": "%%PLUGIN_NAME%%",
|
|
"product_version": "%%PLUGIN_PKGVERSION%%",
|
|
"product_website": "%%PLUGIN_WWW%%"
|
|
}
|