guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#25728] [PATCH 2/2] gnu: Add colorforth.


From: Ricardo Wurmus
Subject: [bug#25728] [PATCH 2/2] gnu: Add colorforth.
Date: Sun, 18 Jun 2017 15:52:31 +0200
User-agent: mu4e 0.9.18; emacs 25.2.1

ng0 <address@hidden> writes:

>> > +         #:phases
>> > +         (modify-phases %standard-phases
>> > +           (delete 'configure) ;No configure script
>> > +           (replace 'install ;No install target
>> > +             (lambda* (#:key outputs #:allow-other-keys)
>> > +               (install-file "cf2012.img"
>> > +                             (string-append (assoc-ref outputs "out")
>> > +                                            "/bin"))
>> > +               #t)))))
>> 
>> If I understood this correctly, this is not an executable.  One is
>> supposed to run this with qemu.  This means that it doesn’t belong in
>> “bin”.
>
> Could you propose a directory? I would pick 'share/colorforth/'.

That sounds good to me.  It’s a bit sad that there’s no executable.
Users (like myself) may not know how to actually run this without
a dive into the manual.

>> > +      (license license:public-domain))))
>> 
>> I could not find a license statement anywhere in the repository.  How do
>> you know it’s public domain software?
>
> I think I assumed by the software it was based on.
> Great, one of these github-style software productions.
> Thanks, I'll ask the author to include a statement.

Thank you.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net






reply via email to

[Prev in Thread] Current Thread [Next in Thread]