From: David Hashe <david.hashe@dhashe.com>
To: guix-devel@gnu.org
Subject: [PATCH 2/2] gnu: Add taisei.
Date: Sat, 19 Mar 2016 01:56:15 -0500 [thread overview]
Message-ID: <1458370575-388-2-git-send-email-david.hashe@dhashe.com> (raw)
In-Reply-To: <1458370575-388-1-git-send-email-david.hashe@dhashe.com>
* gnu/packages/games.scm (taisei): New variable.
---
gnu/packages/games.scm | 37 ++++++++++++++++++++++++++++++++++++-
1 file changed, 36 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 653e0c7..dc26283 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8,7 +8,7 @@
;;; Copyright © 2014, 2015 Sou Bunnbu <iyzsong@gmail.com>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015, 2016 Andreas Enge <andreas@enge.fr>
-;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com>
+;;; Copyright © 2015, 2016 David Hashe <david.hashe@dhashe.com>
;;; Copyright © 2015 Christopher Allan Webber <cwebber@dustycloud.org>
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2016 Alex Kost <alezost@gmail.com>
@@ -2026,3 +2026,38 @@ is attributed to Albert Einstein.")
the chat server psyced with the specific config located at
http://lavachat.symlynx.com/unix/")
(license license:gpl2+)))
+
+(define-public taisei
+ ;; The tarball is named with the maintainer, commit, and revision.
+ (let ((maintainer "laochailan")
+ (commit "9ef1a86")
+ (revision "0"))
+ (package
+ (name "taisei")
+ (version "1.0a")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/" maintainer "/" name "/tarball/v"
+ version))
+ (file-name (string-append maintainer "-" name "-" version "-"
+ revision "-" commit ".tar.gz"))
+ (sha256
+ (base32
+ "0smv7rzzg22wnkymi76y2iz5li8hyl418kmpn4h0vm3f6wdw3i1d"))))
+ (arguments `(#:tests? #f)) ; no tests
+ (build-system cmake-build-system)
+ (inputs
+ `(("sdl" ,sdl)
+ ("sdl-ttf" ,sdl-ttf)
+ ("libpng" ,libpng)
+ ("mesa" ,mesa)
+ ("glu" ,glu)
+ ("openal" ,openal)
+ ("freealut" ,freealut)))
+ (home-page "https://taisei-project.org/")
+ (synopsis "Touhou clone")
+ (description "Taisei is an open clone of the Touhou series. Touhou is a
+one-man project of shoot-em-up games set in an isolated world full of Japanese
+folklore.")
+ (license license:expat))))
--
1.9.1
next prev parent reply other threads:[~2016-03-19 6:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-19 6:56 [PATCH 1/2] gnu: Add freealut David Hashe
2016-03-19 6:56 ` David Hashe [this message]
2016-03-21 14:36 ` Ricardo Wurmus
2016-03-21 20:44 ` David Hashe
2016-03-21 21:24 ` Ricardo Wurmus
2016-03-21 21:44 ` David Hashe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1458370575-388-2-git-send-email-david.hashe@dhashe.com \
--to=david.hashe@dhashe.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.