aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/Template/manifest.ttl.in
Commit message (Collapse)AuthorAgeFilesLines
* LV2: Fix manifest.ttl plugin templateHarald Eilertsen2021-03-271-7/+1
| | | | | This makes the generated plugin manifest.ttl.in file suitable to append to the bundle manifest.ttl.in file.
* LV2: Add template plugin and script.Harald Eilertsen2020-07-211-0/+12
To ease booting up a new plugin. The script just reads the template files, replaces the placeholders with the new plugin name, and writes them out as the proper plugin files in the right directory. Primitive, but does the job. The script should work with any version of ruby.