From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Nieuwenhuizen Subject: Re: Gee Gee: ever typed: git package -l, guix rebase -i HEAD~8? Date: Wed, 24 Feb 2016 22:09:05 +0100 Message-ID: <87twkxlssu.fsf@drakenvlieg.flower> References: <87vb5s8rjo.fsf@gnu.org> <87a8mtu3jr.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYggX-0001B8-Ah for guix-devel@gnu.org; Wed, 24 Feb 2016 16:09:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYggU-0006Kv-4j for guix-devel@gnu.org; Wed, 24 Feb 2016 16:09:25 -0500 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") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s 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 "1xnmxpzyd1pjxbsk281nv51blzlyi15qpa3b0i0vymlxp7fx60n= s")))) (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+))) --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.nl= =20=20