Skip to content

Instantly share code, notes, and snippets.

@evilactually
Last active June 1, 2020 02:42
Show Gist options
  • Save evilactually/591a12f3204134fca3e9340d25231689 to your computer and use it in GitHub Desktop.
Save evilactually/591a12f3204134fca3e9340d25231689 to your computer and use it in GitHub Desktop.
cd source
cat <<'EOF' > "./manifest.ttl.in"
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<@uri@>
a lv2:Plugin ;
lv2:binary <@name@@dllext@> ;
rdfs:seeAlso <@name@.ttl> .
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment