;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2017 Efraim Flashner ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (gnu packages motti) #:use-module (gnu packages) #:use-module (guix build-system gnu) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix download)) (define-public motti (package (name "motti") (version "3.1.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/motti/motti-" version ".tar.gz")) (sha256 (base32 "0ag4gpxy42l30660b4f2lrp52xi5sik9s6frr7jfxqxjsf29lbb3")))) (build-system gnu-build-system) (synopsis "Multiplayer strategy game") (description "GNU Motti is a simple multiplayer strategy game played in a terminal. The objective of the game is to conquer enemy capitals by occupying and encircling territory.") (home-page "https://www.gnu.org/software/motti") (license gpl3+))) pe='hidden' name='id' value='fc5f56eaf4ef1dc09a7e4062c2b973aa9f27b285'/>
AgeCommit message (Expand)Author
2020-11-24gnu: chirp: Update to 20201121....Tobias Geerinckx-Rice
2020-11-18gnu: fldigi: Update to 4.1.16....Tobias Geerinckx-Rice
2020-11-09gnu: flrig: Update to 1.3.52....Tobias Geerinckx-Rice
2020-11-09gnu: gqrx: Update to 2.13.5....Tobias Geerinckx-Rice
2020-11-05gnu: gqrx: Update to 2.13.3....Leo Famulari
2020-11-05gnu: dump1090: Update to 4.0....Leo Famulari
2020-11-05gnu: fldigi: Update to 4.1.15....Tobias Geerinckx-Rice
2020-11-04gnu: dump1090: Fix license....Leo Famulari
2020-10-16gnu: chirp: Update to 20201014....Tobias Geerinckx-Rice
2020-09-23gnu: multimon-ng: Update to 1.1.9....Tobias Geerinckx-Rice
2020-08-25gnu: gnuradio-osmosdr: Update to 0.2.2....Tobias Geerinckx-Rice
2020-08-25gnu: fldigi: Update to 4.1.14....Tobias Geerinckx-Rice
2020-07-30gnu: libosmo-dsp: Remove unused input....Marius Bakke
2020-07-30gnu: gnuradio-osmosdr: Remove unused input....Marius Bakke
2020-07-30gnu: gnuradio: Remove unused input....Marius Bakke