diff --git a/armscii2.json b/armscii2.json new file mode 100644 index 0000000..0b3978f --- /dev/null +++ b/armscii2.json @@ -0,0 +1,21 @@ +{ + "Package": "armscii2", + "Author": "noch", + "License": "GPL-3", + "Version": "0.1", + "Remote": { + "Type": "https", + "Files": [ + { + "URL": "https://norayr.am/vpk2/armscii/ArmsciiUTF.Mod", + "MD5": "14790276c48db775a5fee99a48525dd9" + } + ] + }, + "Build": [ + { + "Command": "voc -s", + "File": "ArmsciiUTF.Mod" + } + ] +} diff --git a/strutils2.json b/strutils2.json new file mode 100644 index 0000000..fcd5b13 --- /dev/null +++ b/strutils2.json @@ -0,0 +1,28 @@ +{ + "Package": "strutils2", + "Author": "noch", + "License": "GPL-3", + "Version": "0.1", + "Remote": { + "Type": "https", + "Files": [ + { + "URL": "https://norayr.am/vpk/strutils/src/strTypes.Mod", + "AuthType": "BasicAuth", + "AuthCredentials": {"User": "tactun", "Password": "tactun"}, + "MD5": "3d3a2782bb5d244824fe2fe7bd214f74" + }, + { + "URL": "https://norayr.am/vpk/strutils/src/strUtils.Mod", + "AuthType": "BasicAuth", + "AuthCredentials": {"User": "tactun", "Password": "tactun"}, + "MD5": "a5ce6a7646506ddfadb9dc433caabe9e" + } + ] + }, + "Build": + [ + {"Command": "voc -s", "File": "strTypes.Mod"}, + {"Command": "voc -s", "File": "strUtils.Mod"}, + ] +}