From 11c6b5971e0443d685a28728d84762d79738f07c Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 15 Sep 2019 01:55:02 -0400 Subject: [PATCH] Update build for VCV-Prototype --- manifests/VCV-Prototype.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 manifests/VCV-Prototype.json diff --git a/manifests/VCV-Prototype.json b/manifests/VCV-Prototype.json new file mode 100644 index 00000000..0c23db91 --- /dev/null +++ b/manifests/VCV-Prototype.json @@ -0,0 +1,24 @@ +{ + "slug": "VCV-Prototype", + "name": "Prototype", + "version": "1.0.0", + "license": "BSD-3-Clause", + "brand": "VCV", + "author": "VCV", + "authorEmail": "contact@vcvrack.com", + "authorUrl": "https://vcvrack.com/", + "pluginUrl": "", + "manualUrl": "https://github.com/VCVRack/VCV-Prototype/blob/master/README.md", + "sourceUrl": "https://github.com/VCVRack/VCV-Prototype", + "donateUrl": "", + "modules": [ + { + "slug": "Prototype", + "name": "Prototype", + "description": "Run scripting languages for prototyping, learning, and hacking", + "tags": [ + "External" + ] + } + ] +} \ No newline at end of file