* Where to contribute a new package?
@ 2019-04-13 18:44 HiPhish
2019-04-14 6:55 ` Arun Isaac
0 siblings, 1 reply; 2+ messages in thread
From: HiPhish @ 2019-04-13 18:44 UTC (permalink / raw)
To: guix-devel
Hello everyone,
I would like to contribute a new package: the command line testing framework
Roundup[1]. I think I have it all figured out so far for the most part, but I
don't know what module to add it to. Roundup allows writing tests for command-
line applications, usually shell scripts, but it's not limited to those. I use
it in a project of mine, so I would like to have this package.
One small caveat, building the man pages requires Ronn[2], which is a Ruby gem
not available in Guix. Roundup will build without Ronn as well, it will just
be missing the man pages. Is this acceptable?
What module would be best suited for a command-line testing framework?
[1] https://github.com/bmizerany/roundup/
[2] https://github.com/rtomayko/ronn
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Where to contribute a new package?
2019-04-13 18:44 Where to contribute a new package? HiPhish
@ 2019-04-14 6:55 ` Arun Isaac
0 siblings, 0 replies; 2+ messages in thread
From: Arun Isaac @ 2019-04-14 6:55 UTC (permalink / raw)
To: guix-devel; +Cc: HiPhish
[-- Attachment #1: Type: text/plain, Size: 469 bytes --]
> One small caveat, building the man pages requires Ronn[2], which is a Ruby gem
> not available in Guix. Roundup will build without Ronn as well, it will just
> be missing the man pages. Is this acceptable?
If possible, try to package Ronn and build the man pages. If not,
perhaps leave a TODO comment.
> What module would be best suited for a command-line testing framework?
(gnu packages check) is probably the right module for a testing framework.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-04-14 6:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-13 18:44 Where to contribute a new package? HiPhish
2019-04-14 6:55 ` Arun Isaac
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).