about summary refs log tree commit diff
path: root/pkgs/games/gog/kingdoms-and-castles.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gog/kingdoms-and-castles.nix')
-rw-r--r--pkgs/games/gog/kingdoms-and-castles.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/games/gog/kingdoms-and-castles.nix b/pkgs/games/gog/kingdoms-and-castles.nix
new file mode 100644
index 00000000..e31551cc
--- /dev/null
+++ b/pkgs/games/gog/kingdoms-and-castles.nix
@@ -0,0 +1,14 @@
+{ buildUnity, fetchGog }:
+
+buildUnity {
+  name = "kingdoms-and-castles";
+  fullName = "KingdomsAndCastles";
+  saveDir = "LionShield/Kingdoms and Castles";
+  version = "115r12";
+
+  src = fetchGog {
+    productId = 2067763543;
+    downloadName = "en3installer0";
+    sha256 = "1ag03piq09z7hljcbs145hyj8z0gjcvffj99znf3mnbw2qipb7pq";
+  };
+}