summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2019-07-04 20:38:30 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2019-07-04 20:38:30 +0300
commit71e663dea0b0470896cc67fedfd19fc907836d56 (patch)
tree74fc2d6f58333c818329756639454c0bf3da5010
parentgnu: Add touchcursor-linux. (diff)
downloadguix-wigust-origin/wip-touchcursor-linux.tar.gz
* wigust/packages/games.scm (tome4-git): New variable.
-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"))))))