mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: chess: Set upstream name and ftp-directory.
* gnu/packages/games.scm (chess)[properties]: New field. Add upstream-name and ftp-directory.
This commit is contained in:
parent
1a9af96b18
commit
dc9b1835d2
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
;;; Copyright © 2016 Albin Söderqvist <albin@fripost.org>
|
;;; Copyright © 2016 Albin Söderqvist <albin@fripost.org>
|
||||||
;;; Copyright © 2016, 2017, 2018, 2019 Kei Kebreau <kkebreau@posteo.net>
|
;;; Copyright © 2016, 2017, 2018, 2019 Kei Kebreau <kkebreau@posteo.net>
|
||||||
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
|
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
|
||||||
;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
|
||||||
;;; Copyright © 2016 Steve Webber <webber.sl@gmail.com>
|
;;; Copyright © 2016 Steve Webber <webber.sl@gmail.com>
|
||||||
;;; Copyright © 2017 Adonay "adfeno" Felipe Nogueira <https://libreplanet.org/wiki/User:Adfeno> <adfeno@hyperbola.info>
|
;;; Copyright © 2017 Adonay "adfeno" Felipe Nogueira <https://libreplanet.org/wiki/User:Adfeno> <adfeno@hyperbola.info>
|
||||||
|
@ -1970,6 +1970,8 @@ (define-public chess
|
||||||
(description "GNU Chess is a chess engine. It allows you to compete
|
(description "GNU Chess is a chess engine. It allows you to compete
|
||||||
against the computer in a game of chess, either through the default terminal
|
against the computer in a game of chess, either through the default terminal
|
||||||
interface or via an external visual interface such as GNU XBoard.")
|
interface or via an external visual interface such as GNU XBoard.")
|
||||||
|
(properties '((upstream-name . "gnuchess")
|
||||||
|
(ftp-directory . "/chess")))
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define freedink-engine
|
(define freedink-engine
|
||||||
|
|
Loading…
Reference in a new issue