[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: curseofwar: Improve docstring.
From: |
guix-commits |
Subject: |
branch master updated: gnu: curseofwar: Improve docstring. |
Date: |
Sun, 15 Nov 2020 16:30:41 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 9ad333f gnu: curseofwar: Improve docstring.
9ad333f is described below
commit 9ad333f6cdadc2d1e3b8278bbe09026d0a19be3f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Nov 15 22:29:25 2020 +0100
gnu: curseofwar: Improve docstring.
* gnu/packages/games.scm (curseofwar): Remove unnecessary reference to
Linux.
Add other available UI.
---
gnu/packages/games.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4441ec9..2a32b8d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11959,7 +11959,7 @@ game FPS.")
(base32 "1wd71wdnj9izg5d95m81yx3684g4zdi7fsy0j5wwnbd9j34ilz1i"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f; no tests
+ `(#:tests? #f ; no tests
#:make-flags
(list (string-append "CC=" ,(cc-for-target))
(string-append "PREFIX=" (assoc-ref %outputs "out")))
@@ -11969,6 +11969,7 @@ game FPS.")
(inputs `(("ncurses" ,ncurses)))
(home-page "https://a-nikolaev.github.io/curseofwar/")
(synopsis "Fast-paced action strategy game")
- (description "Curse of War is a fast-paced action strategy game for
-Linux originally implemented using ncurses user interface.")
+ (description "Curse of War is a fast-paced action strategy game originally
+implemented using ncurses user interface. An SDL graphical version is also
+available.")
(license license:gpl3)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: curseofwar: Improve docstring.,
guix-commits <=