[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New importer for GNU packages
From: |
David Thompson |
Subject: |
Re: New importer for GNU packages |
Date: |
Tue, 11 Nov 2014 09:42:33 -0500 |
User-agent: |
Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) |
Ludovic Courtès <address@hidden> writes:
> Karl recently suggested that we add a semi-automatic tool to facilitate
> the addition of GNU packages, and Andreas rightfully noted that we
> already have most of the infrastructure for ‘guix refresh’ et al.
Cool!
[snip]
> (package
> (name "gforth")
> (version "0.7.3")
> (source
> (origin
> (method url-fetch)
> (uri (string-append
> "mirror://gnu/gforth/gforth-"
> version
> ".tar.gz"))
> (sha256
> (base32
> "f5rpeiz36armepibzeqlcvlkue7kwfuogi3lcm2svrpj6gcufoya"))))
> (build-system gnu-build-system)
> (synopsis "Forth interpreter")
> (description
> "Gforth is a fast and portable implementation of the ANSI Forth
> language. It includes an editing mode for Emacs and an interpreter
> featuring completion and history. A generic virtual machine
> environment, vmgen, is also included.")
> (home-page "htmlxref")
> (license find-by-yourself!))
It's unfortunate that the GNU project doesn't maintain certain metadata
such as the license for each project. It would be very convenient to
have!
--
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate