Init commit
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
27
aviary/hamburger.toml
Normal file
27
aviary/hamburger.toml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
name = "Hamburger"
|
||||||
|
description = "Nice distortion"
|
||||||
|
developer = "Aviary Audio"
|
||||||
|
link = "https://somelink"
|
||||||
|
|
||||||
|
[[versions]]
|
||||||
|
version = 0.5
|
||||||
|
|
||||||
|
[[versions.platforms]]
|
||||||
|
platform = "macos"
|
||||||
|
|
||||||
|
[[versions.platforms.formats]]
|
||||||
|
format = "vst3"
|
||||||
|
url = "https://somelink"
|
||||||
|
sha256 = "somesha"
|
||||||
|
|
||||||
|
[versions.platforms.formats.handler.unzip]
|
||||||
|
path = "./Manual Install/hamburger.vst"
|
||||||
|
|
||||||
|
[[versions.platforms.formats]]
|
||||||
|
format = "clap"
|
||||||
|
url = "https://somelink"
|
||||||
|
sha256 = "somesha"
|
||||||
|
|
||||||
|
[versions.platforms.formats.handler.unzip]
|
||||||
|
path = "./Manual Install/hamburger.clap"
|
||||||
|
|
10
collection.yaml
Normal file
10
collection.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
name = "Test"
|
||||||
|
description = "Test"
|
||||||
|
|
||||||
|
[[maintainers]]
|
||||||
|
name = "allanger"
|
||||||
|
email = "allanger@badhouseplants.net"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
path = "./aviary/hamburger.toml"
|
||||||
|
sha256 = "something"
|
Reference in New Issue
Block a user