GNU bug report logs - #26618
Add 0ad

Previous Next

Package: guix-patches;

Reported by: Clément Lassieur <clement <at> lassieur.org>

Date: Sun, 23 Apr 2017 01:35:02 UTC

Severity: normal

Tags: patch

Done: Clément Lassieur <clement <at> lassieur.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Clément Lassieur <clement <at> lassieur.org>
To: 26618 <at> debbugs.gnu.org
Subject: bug#26618: [PATCH] gnu: Add 0ad.
Date: Mon, 01 May 2017 16:03:02 +0200
Clément Lassieur <clement <at> lassieur.org> writes:

> +(define-public 0ad
> +  (package
> +    (name "0ad")
> +    (version "0.0.21-alpha")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append
> +             "http://releases.wildfiregames.com/0ad-"
> +             version "-unix-build.tar.xz"))
> +       (file-name (string-append name "-" version ".tar.xz"))
> +       (sha256
> +        (base32
> +         "1kw3hqnr737ipx4f03khz3hvsh3ha7r8iy9njppk2faa53j27gln"))
> +       ;; A snippet here would cause a build failure, probably because of
> +       ;; timestamps reset or file sorting.

I'll remove "file sorting" and add a link to https://bugs.gnu.org/26734.




This bug report was last modified 8 years and 74 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.