Last active
June 1, 2020 02:42
-
-
Save evilactually/591a12f3204134fca3e9340d25231689 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <@[email protected]> . | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment