forked from bdbcat/oernc_pi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoernc-plugin.xml.in
30 lines (25 loc) · 1.13 KB
/
oernc-plugin.xml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<plugin version="1">
<name> oeRNC Charts </name>
<version> ${PACKAGE_VERSION} </version>
<release> ${PKG_RELEASE} </release>
<summary> OpenCPN support for encrypted OCPN Raster Charts </summary>
<api-version> ${PKG_API_VERSION} </api-version>
<open-source> no </open-source>
<author> ${PKG_AUTHOR} </author>
<source> https://github.com/bdbcat/oernc_pi </source>
<info-url> https://opencpn.org/OpenCPN/plugins/oernc.html </info-url>
<description>
OCPN Vector Charts licensed and sourced from chart providers like
Hydrographic Offices.
While the charts are not officially approved official ENC charts they
are based on the same data -- the legal conditions are described in the
EULA. The charts has world-wide coverage and provides a cost-effective
way to access the national chart databases. Charts are encrypted and
can only be used after purchasing decryption keys from o-charts.org.
</description>
<target>${PKG_TARGET}</target>
<target-version>${PKG_TARGET_VERSION}</target-version>
<target-arch>${ARCH}</target-arch>
<tarball-url> ${TARBALL_URL} </tarball-url>
</plugin>