From 2a3d47e0fa266f821421989220369a37e80494ff Mon Sep 17 00:00:00 2001 From: Technicalfool Date: Sun, 9 Nov 2014 23:13:12 +0000 Subject: [PATCH] Added preliminary PunishTheLazy metafile. --- PunishTheLazy.ckan | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 PunishTheLazy.ckan diff --git a/PunishTheLazy.ckan b/PunishTheLazy.ckan new file mode 100644 index 0000000000..803ee9745a --- /dev/null +++ b/PunishTheLazy.ckan @@ -0,0 +1,23 @@ +{ + "spec_version": 1, + "name" : "Punish The Lazy", + "identifier" : "PunishTheLazy", + "abstract" : "A really simple reputation nibbler.", + "download" : "http://greenoctagon.co.uk/PunishTheLazy.zip", + "license" : "GPL", + "version" : "0.01", + "release_status" : "stable", + "ksp_version_min" : "0.24.2", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/87659-Punish-The-Lazy-A-really-simple-reputation-nibbler", + "github" : { + "url" : "https://github.com/Technicalfool/PunishTheLazy" + } + }, + "install" : [ + { + "file" : "PunishTheLazy", + "install_to" : "GameData" + } + ] +}