diff --git a/KerbalRPNCalculator/KerbalRPNCalculator-1.4.ckan b/KerbalRPNCalculator/KerbalRPNCalculator-1.4.ckan new file mode 100644 index 0000000000..73d07e8a11 --- /dev/null +++ b/KerbalRPNCalculator/KerbalRPNCalculator-1.4.ckan @@ -0,0 +1,39 @@ +{ + "x_via": "Automated KerbalStuff CKAN submission", + "identifier": "KerbalRPNCalculator", + "license": "GPL-3.0", + "spec_version": "v1.4", + "install": [ + { + "file": "Textures", + "install_to": "GameData/KerbalRPNCalc" + }, + { + "file": "KerbalRPNCalc.dll", + "install_to": "GameData/KerbalRPNCalc" + }, + { + "file": "KerbalRPNCalculator.version", + "install_to": "GameData/KerbalRPNCalc" + }, + { + "file": "MiniAVC.dll", + "install_to": "GameData/KerbalRPNCalc" + }, + { + "file": "PartsAPI.dll", + "install_to": "GameData/KerbalRPNCalc" + } + ], + "resources": { + "kerbalstuff": "https://kerbalstuff.com/mod/480/Kerbal%20RPN%20Calculator" + }, + "ksp_version": "1.0", + "name": "Kerbal RPN Calculator", + "abstract": "A simple RPN calculator for use in KSP", + "author": "ridecar2", + "version": "1.4", + "download": "https://kerbalstuff.com/mod/480/Kerbal%20RPN%20Calculator/download/1.4", + "x_generated_by": "netkan", + "download_size": 27935 +}