From patchwork Wed Oct 18 09:38:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wilko Meyer X-Patchwork-Id: 54942 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 9B4EE27BBE9; Wed, 18 Oct 2023 10:39:56 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 312A327BBE2 for ; Wed, 18 Oct 2023 10:39:55 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qt31f-000818-2Y; Wed, 18 Oct 2023 05:39:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qt31e-000800-52 for guix-patches@gnu.org; Wed, 18 Oct 2023 05:39:38 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qt31d-0001rK-RW for guix-patches@gnu.org; Wed, 18 Oct 2023 05:39:37 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qt323-0003ns-MQ for guix-patches@gnu.org; Wed, 18 Oct 2023 05:40:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66603] [PATCH 05/29] gnu: Add go-github-com-johnkerl-lumin-colors. Resent-From: Wilko Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 18 Oct 2023 09:40:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66603 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66603@debbugs.gnu.org Cc: Wilko Meyer Received: via spool by 66603-submit@debbugs.gnu.org id=B66603.169762198114380 (code B ref 66603); Wed, 18 Oct 2023 09:40:03 +0000 Received: (at 66603) by debbugs.gnu.org; 18 Oct 2023 09:39:41 +0000 Received: from localhost ([127.0.0.1]:33222 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qt31g-0003jm-NC for submit@debbugs.gnu.org; Wed, 18 Oct 2023 05:39:41 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]:55936) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qt31N-0003gK-6L for 66603@debbugs.gnu.org; Wed, 18 Oct 2023 05:39:21 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1697621929; bh=xYjyoCgSs28zQIhjmoBk2NLZRHNb4quXXRuAjfQbk74=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=awYRNpEgRz4Ia3S6niprazkDn1UPqyzoM+g8jGBVEKP0Y2xulRRisb2owGViT1toW /b/lVW0ss7yxzjLeJL7MpVRZEGtiQsXvC3PCt3pJwN43PxyzQMB0/CMQ7RZd2sL3H3 bShH6OaIkiD1XUW/yPc2m0oQHeRZX47n3zOuggwY= Date: Wed, 18 Oct 2023 11:38:03 +0200 Message-ID: <20231018093836.2056-5-w@wmeyer.eu> In-Reply-To: <20231018093836.2056-1-w@wmeyer.eu> References: <20231018093836.2056-1-w@wmeyer.eu> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/golang.scm (go-github-com-johnkerl-lumin-colors): New variable. --- gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index d0caed8d41..178599c7fc 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -6196,6 +6196,32 @@ (define-public go-gitlab-com-ambrevar-damerau similar word.") (license license:expat)))) +(define-public go-github-com-johnkerl-lumin-colors + (package + (name "go-github-com-johnkerl-lumin-colors") + (version "1.0.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/johnkerl/lumin") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1liv27pxi79q4yr1bd0wgsx31ixw53ipsgs2kp0asxj2d6z4hpiz")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/johnkerl/lumin/pkg/colors" + #:unpack-path "github.com/johnkerl/lumin")) + (home-page "https://github.com/johnkerl/lumin") + (synopsis "lumin") + (description + "@@code{lumin} is a simple command-line program which highlights matches to a +specified pattern (string or regex) in the specified files. This is like +@@code{grep} with @@code{--color}, except that @@code{lumin} shows all lines, +not just matching lines.") + (license license:bsd-2))) (define-public misspell (package (name "misspell")