Browse Source

Add ninjas2 plugin

tags/v1.0
falkTX 4 years ago
parent
commit
1b10a2c4f4
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 11 additions and 1 deletions
  1. +1
    -1
      .travis/script.sh
  2. +10
    -0
      plugins/ninjas2.json

+ 1
- 1
.travis/script.sh View File

@@ -14,7 +14,7 @@ else
fi

PLUGINS_BASE="abgate artyfx caps die-plugins dpf-plugins fomp mda"
PLUGINS_CROSS="blop"
PLUGINS_CROSS="blop ninjas2"
PLUGINS_DISTRHO="distrho-ports-arctican distrho-ports-drowaudio distrho-ports-tal-plugins"

# only build full set of distrho-ports if we have previously cached builds, otherwise we time-out travis


+ 10
- 0
plugins/ninjas2.json View File

@@ -0,0 +1,10 @@
{
"name": "ninjas2",
"lv2bundles": [
"ninjas2.lv2"
],
"version": "3c2acfad31763e52839802819c685c2a51f24ee8",
"dlbaseurl": "https://github.com/clearly-broken-software/ninjas2.git",
"dlmethod": "git",
"buildtype": "make"
}

Loading…
Cancel
Save