all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Packaging "The Dark Mod": recursive/multiple URLs source
@ 2019-04-05 11:24 Pierre Neidhardt
  2019-04-11  8:56 ` Pierre Neidhardt
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre Neidhardt @ 2019-04-05 11:24 UTC (permalink / raw)
  To: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 793 bytes --]

Hi,

I'm trying to package The Dark Mod (http://www.thedarkmod.com/).
Like many free software games, the data and the engine are separate.

I've managed to build the engine.

The game uses a special program called "tdm_update" to fetch the game
data from mirrors.

Here is the official list of mirrors:

  http://mirrors.thedarkmod.com/

And here is the game data from one of the mirrors:

  http://mirror.helium.in-berlin.de/thedarkmod/release/

Question: is there a way in Guix to specify that the source is the whole
tree found at the URL?

If not, can anyone think of a way to handle this?

So far, the only idea I have is to use locally-declared inputs with
origins, like in the texlive-dvips package.

Thoughts?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* Re: Packaging "The Dark Mod": recursive/multiple URLs source
  2019-04-05 11:24 Packaging "The Dark Mod": recursive/multiple URLs source Pierre Neidhardt
@ 2019-04-11  8:56 ` Pierre Neidhardt
  2019-04-11 18:19   ` Pierre Neidhardt
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre Neidhardt @ 2019-04-11  8:56 UTC (permalink / raw)
  To: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 329 bytes --]

Anyways, the game data does not seem to be versioned.  I guess that it
does not make much sense to package the data for Guix if it's not
reproducible in the first place.

I'll package the updated then, at least the users will then be able to
use it to install the game data.

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* Re: Packaging "The Dark Mod": recursive/multiple URLs source
  2019-04-11  8:56 ` Pierre Neidhardt
@ 2019-04-11 18:19   ` Pierre Neidhardt
  0 siblings, 0 replies; 3+ messages in thread
From: Pierre Neidhardt @ 2019-04-11 18:19 UTC (permalink / raw)
  To: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]

Patch #35234 sent.
It works! :)

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2019-04-11 18:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-05 11:24 Packaging "The Dark Mod": recursive/multiple URLs source Pierre Neidhardt
2019-04-11  8:56 ` Pierre Neidhardt
2019-04-11 18:19   ` Pierre Neidhardt

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.