all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30196] [PATCH 0/2] Add wesnothd service
@ 2018-01-21 18:33 Arun Isaac
  2018-01-21 18:37 ` [bug#30196] [PATCH 1/2] gnu: Add wesnoth-server Arun Isaac
  2018-01-22 12:11 ` [bug#30196] [PATCH 2/2] gnu: services: Add wesnothd service Arun Isaac
  0 siblings, 2 replies; 8+ messages in thread
From: Arun Isaac @ 2018-01-21 18:33 UTC (permalink / raw)
  To: 30196

This patchset creates a service to run the Battle for Wesnoth multiplayer game
server. I have created a minimal wesnoth-server package that only has the
server and doesn't have the actual game or any of the game assets. One might
have to run the wesnothd service on an headless server. This minimal package
makes that convenient by greatly reducing the size and the dependencies pulled
in.

This is my first Guix service. I have probably not gotten everything right. Do
feel free to criticize.

Arun Isaac (2):
  gnu: Add wesnoth-server.
  gnu: services: Add wesnothd service.

 doc/guix.texi          | 35 +++++++++++++++++++++-
 gnu/local.mk           |  1 +
 gnu/packages/games.scm | 24 ++++++++++++++-
 gnu/services/games.scm | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 139 insertions(+), 2 deletions(-)
 create mode 100644 gnu/services/games.scm

-- 
2.15.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-02-09  9:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-21 18:33 [bug#30196] [PATCH 0/2] Add wesnothd service Arun Isaac
2018-01-21 18:37 ` [bug#30196] [PATCH 1/2] gnu: Add wesnoth-server Arun Isaac
2018-02-06 15:18   ` Ludovic Courtès
2018-01-22 12:11 ` [bug#30196] [PATCH 2/2] gnu: services: Add wesnothd service Arun Isaac
2018-02-06 15:20   ` Ludovic Courtès
2018-02-08 12:12     ` Arun Isaac
2018-02-08 21:57       ` Ludovic Courtès
2018-02-09  9:52       ` bug#30196: " Arun Isaac

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.