forked from Rasbats/sar_pi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml.in
More file actions
22 lines (19 loc) · 748 Bytes
/
plugin.xml.in
File metadata and controls
22 lines (19 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!-- @pkg_build_info@ -->
<plugin version="1">
<name> @PLUGIN_API_NAME@ </name>
<version> @pkg_semver@ </version>
<release> @PROJECT_VERSION_TWEAK@ </release>
<summary> @PKG_SUMMARY@ </summary>
<api-version> @API_VERSION@ </api-version>
<open-source> @PKG_IS_OPEN_SOURCE@ </open-source>
<author> @PKG_AUTHOR@ </author>
<source> @PKG_HOMEPAGE@ </source>
<info-url> @PKG_INFO_URL@ </info-url>
<description> @PKG_DESCRIPTION@ </description>
<target>@plugin_target@</target>
<target-version>@plugin_target_version@</target-version>
<target-arch>@target_arch@</target-arch>
<tarball-url> @pkg_tarball_url@ </tarball-url>
<tarball-checksum> @checksum@ </tarball-checksum>
</plugin>