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 <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl