aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-03-28 17:32:28 +0200
committerHarald Eilertsen <haraldei@anduin.net>2021-03-28 17:32:28 +0200
commit3c9bf509a2457851e09b63e7ea8c6396eff883e1 (patch)
tree3e66d906c8be5311cdc00a36bb97bf9bc12ed2cf /plugins
parenta42203c7ddd28f1b6a5d2c12cab5e6dd40f1622f (diff)
downloadairwindows-lv2-port-3c9bf509a2457851e09b63e7ea8c6396eff883e1.tar.gz
airwindows-lv2-port-3c9bf509a2457851e09b63e7ea8c6396eff883e1.tar.bz2
airwindows-lv2-port-3c9bf509a2457851e09b63e7ea8c6396eff883e1.zip
LV2: Add script to update main manifest file.
Just checks git for changed plugins, and cats their manifests to the main manifest file. Crude but good enough for now.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/LV2/update-manifest2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/LV2/update-manifest b/plugins/LV2/update-manifest
new file mode 100644
index 0000000..3507a45
--- /dev/null
+++ b/plugins/LV2/update-manifest
@@ -0,0 +1,2 @@
+#!/usr/bin/env zsh
+for p in $(git status|grep 'src\/'|sed -r 's/\s*(.+)$/\1/'); (echo "" && cat ${p}manifest.ttl.in) >> manifest.ttl.in