vplugin-package is a very simple command line utility
that helps you create a VPlugin module from the files
given. You just call it from the directory of the plugin and it reads your
metadata.toml
file to determine the final plugin.
The application conforms with the VPlugin Plugin Format Specification version 1.0.2.
The archive created does no extra compression to emphasize in the extraction speed. If looking to reduce the final archive disk size, then you should strip down your plugin implementation file (library), and try reducing the statically linked dependencies of it.
See vplugin-package --help
to learn how to use the application.\
Not supplying any arguments will mean the application will package only everything that VPlugin requires (As speficied in your metadata.toml
file).
``` Usage: vplugin-package [OPTIONS]
Options:
-c, --compile Compile a plugin package.
-o, --output
vplugin-package
is released and distributed under the terms of the GNU General Public License, version 3.0
For more details, refer to the COPYING file on this repository.