unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Jan Nieuwenhuizen <janneke@gnu.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: Gee Gee: ever typed: git package -l, guix rebase -i HEAD~8?
Date: Wed, 24 Feb 2016 22:09:05 +0100	[thread overview]
Message-ID: <87twkxlssu.fsf@drakenvlieg.flower> (raw)
In-Reply-To: <87a8mtu3jr.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 21 Feb 2016 23:00:40 +0100")

Ludovic Courtès writes:

>>     https://github.com/janneke/gee-gee
>
> Fun and useful command.  :-)
>
> Now we need a package!

Thanks!  Of course, a package description is part of the source
tree, see below.  I have no idea in what module to put this,
I could really do with a suggestion.

Greetings,
Jan

;;https://raw.githubusercontent.com/janneke/gee-gee/master/gee-gee.scm
(define-module (gee-gee)

  #:use-module (guix build utils)
  #:use-module (guix build-system gnu)
  #:use-module (guix download)
  #:use-module (guix licenses)
  #:use-module (guix packages)
  #:use-module (guix utils)

  #:use-module (gnu packages)
  #:use-module (gnu packages base)
  #:use-module (gnu packages guile)
  #:use-module (gnu packages package-management)
  #:use-module (gnu packages version-control)

  #:use-module (gee misc))

(define-public gee-gee
  (package
    (name "gee-gee")
    (version "0.0")
    (source (origin
              (method url-fetch)
              (uri (string-append
    		    "https://github.com/janneke/"
                    name "/archive/v" version ".tar.gz"))
              (sha256
               (base32 "1xnmxpzyd1pjxbsk281nv51blzlyi15qpa3b0i0vymlxp7fx60ns"))))
    (build-system gnu-build-system)
    (propagated-inputs `(("guile" ,guile-2.0)
                         ("guile-lib" ,guile-lib)))
    (native-inputs `(("git" ,git)
                     ("guile" ,guile-2.0)
                     ("guile-lib" ,guile-lib)
                     ("guix" ,guix)
                     ("make" ,gnu-make)))
    (synopsis "Guile-Guided Gee-Guessing for d33p n173 g17-n-g:iks h4x0rz")
    (description "Gee Gee helps your poor limbic system get to grips
with all these newfangled source and package-based g* commands.")
    (home-page "https://github.com/janneke/gee-gee")
    (license gpl3+)))


-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar®  http://AvatarAcademy.nl  

      reply	other threads:[~2016-02-24 21:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-13 17:10 Gee Gee: ever typed: git package -l, guix rebase -i HEAD~8? Jan Nieuwenhuizen
2016-02-13 20:46 ` Leo Famulari
2016-02-19  3:50 ` 宋文武
2016-02-19 16:35   ` Jan Nieuwenhuizen
2016-02-21 22:00 ` Ludovic Courtès
2016-02-24 21:09   ` Jan Nieuwenhuizen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87twkxlssu.fsf@drakenvlieg.flower \
    --to=janneke@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).