mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: Add naev-artwork.
* gnu/packages/games.scm (naev-artwork): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
7074b9af03
commit
001fe78bbd
1 changed files with 28 additions and 0 deletions
|
@ -7958,6 +7958,34 @@ (define-public naev
|
||||||
license:cc-by4.0
|
license:cc-by4.0
|
||||||
license:cc-by-sa4.0))))
|
license:cc-by-sa4.0))))
|
||||||
|
|
||||||
|
(define-public naev-artwork
|
||||||
|
(let ((version "0.9.0")
|
||||||
|
(commit "7f38a772ef2618f199ea68ecbd9f5c97e357fe36"))
|
||||||
|
(package
|
||||||
|
(name "naev-artwork")
|
||||||
|
(version (git-version version "0" commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/naev/naev-artwork-production")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1g3dk3372k6g7k9andkip0vk146kwy43x98xwzzqdry1pa5m56v0"))))
|
||||||
|
(build-system copy-build-system)
|
||||||
|
(home-page "https://naev.org/")
|
||||||
|
(synopsis "Game about space exploration, trade and combat — data files")
|
||||||
|
(description
|
||||||
|
"This package contains graphics and sound files for Naev.")
|
||||||
|
(license (list license:silofl1.1
|
||||||
|
license:gpl2+
|
||||||
|
license:cc0
|
||||||
|
license:cc-by3.0
|
||||||
|
license:cc-by-sa3.0
|
||||||
|
license:cc-by4.0
|
||||||
|
license:cc-by-sa4.0)))))
|
||||||
|
|
||||||
(define-public frotz-dumb-terminal
|
(define-public frotz-dumb-terminal
|
||||||
(package
|
(package
|
||||||
(name "frotz-dumb-terminal")
|
(name "frotz-dumb-terminal")
|
||||||
|
|
Loading…
Reference in a new issue