summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wigust/packages/games.scm14
1 files changed, 14 insertions, 0 deletions
diff --git a/wigust/packages/games.scm b/wigust/packages/games.scm
index 500ce99..2965ce0 100644
--- a/wigust/packages/games.scm
+++ b/wigust/packages/games.scm
@@ -169,3 +169,17 @@ lots of other utilities frequently used in roguelikes.")
(synopsis "")
(description "")
(license license:gpl3+)))
+
+(define-public tome4-git
+ (package
+ (name "tome4-git")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.net-core.org/tome/t-engine4.git")
+ (commit (package-version tome4))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1c0daw246ky7b1x5b8h55x79pl1pjqk1k348l487bdd8zdj4w9wx"))))))