I'm trying to make a new plugin, and I'm basing it on this one as per OpenCPN developer docs.
I have previously been playing with the radar_pi plugin, which seems to use a very similar build system.
To install that one locally, you'd do mkdir build; cd build; cmake ..; make tarball and end up with a tar file you can import in the plugin manager of opencpn. It has a metadata.xml inside at the toplevel.
This repo has a make package, but no make tarball. And make package generates a tar file and an xml file, but the xml file is outside the tarball. When I try to import it in the plugin manager, it reports "Er ror extracting metadata from tarball". How is this supposed to work / how do you install locally?