diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2019-07-04 20:38:30 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-07-04 20:38:54 +0300 |
| commit | 16a499465e75efb151a28688191dc4cd65dbe04e (patch) | |
| tree | 85caaa4788639e69522d175fbab18e938d8ac73b | |
| parent | .gitlab-ci.yml: Add more targets. (diff) | |
| download | guix-wigust-origin/wip-tome4-git.tar.gz | |
gnu: Add tome4-git.origin/wip-tome4-gitwip-tome4-git
* wigust/packages/games.scm (tome4-git): New variable.
| -rw-r--r-- | wigust/packages/games.scm | 14 |
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")))))) |
