From 3c9bf509a2457851e09b63e7ea8c6396eff883e1 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 28 Mar 2021 17:32:28 +0200 Subject: 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. --- plugins/LV2/update-manifest | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugins/LV2/update-manifest 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 -- cgit v1.2.3