Skip to content

Instantly share code, notes, and snippets.

@shcherbakaite
Last active June 1, 2020 02:28
Show Gist options
  • Select an option

  • Save shcherbakaite/1cfddee8e039300b8baee6ac9ef9eeca to your computer and use it in GitHub Desktop.

Select an option

Save shcherbakaite/1cfddee8e039300b8baee6ac9ef9eeca to your computer and use it in GitHub Desktop.
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