From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id SONYA3BKQWB8JwAA0tVLHw (envelope-from ) for ; Thu, 04 Mar 2021 21:00:32 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 6BLUOm9KQWCOXgAA1q6Kng (envelope-from ) for ; Thu, 04 Mar 2021 21:00:31 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 610E422CF8 for ; Thu, 4 Mar 2021 22:00:31 +0100 (CET) Received: from localhost ([::1]:58400 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHv5C-0002eH-Ga for larch@yhetil.org; Thu, 04 Mar 2021 16:00:30 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:39026) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHv4l-0002d8-Fl for guix-patches@gnu.org; Thu, 04 Mar 2021 16:00:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48902) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lHv4k-0007EX-Ts for guix-patches@gnu.org; Thu, 04 Mar 2021 16:00:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lHv4k-0007la-TG for guix-patches@gnu.org; Thu, 04 Mar 2021 16:00:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#46932] [PATCH] gnu: Add lr. Resent-From: Stefan =?UTF-8?Q?Reich=C3=B6r?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 04 Mar 2021 21:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 46932 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 46932@debbugs.gnu.org Cc: Stefan =?UTF-8?Q?Reich=C3=B6r?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161489154829751 (code B ref -1); Thu, 04 Mar 2021 21:00:02 +0000 Received: (at submit) by debbugs.gnu.org; 4 Mar 2021 20:59:08 +0000 Received: from localhost ([127.0.0.1]:60448 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHv3s-0007jn-3K for submit@debbugs.gnu.org; Thu, 04 Mar 2021 15:59:08 -0500 Received: from lists.gnu.org ([209.51.188.17]:57588) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHv3q-0007jg-Nb for submit@debbugs.gnu.org; Thu, 04 Mar 2021 15:59:07 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38690) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHv3q-0001ck-Dc for guix-patches@gnu.org; Thu, 04 Mar 2021 15:59:06 -0500 Received: from dd3624.kasserver.com ([85.13.130.11]:35370) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHv3o-0006jZ-3z for guix-patches@gnu.org; Thu, 04 Mar 2021 15:59:06 -0500 Received: from localhost (37-186-9-252.ip.as39912.net [37.186.9.252]) by dd3624.kasserver.com (Postfix) with ESMTPA id 957B55D42DBF; Thu, 4 Mar 2021 21:59:00 +0100 (CET) From: Stefan =?UTF-8?Q?Reich=C3=B6r?= Date: Thu, 4 Mar 2021 21:58:28 +0100 Message-Id: <20210304205828.146339-1-stefan@xsteve.at> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=85.13.130.11; envelope-from=stefan@xsteve.at; helo=dd3624.kasserver.com X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1614891631; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=V9v8u9iISqLTEyJ3MvYFWJmtn139Ua76Vt7Pt7HPebc=; b=d+nTiwCs3yL9mepuwRqtjxLSHyWlqBwQrdcFsBuX2BQmMGlKrWC7PjDMf8tvPBJ/ivaNC6 sUvuZw0QSn1Ne/3k6D9vkn1cpXymGFrbYFXXesdNT1anAkTFPHMkltxIQJKAFrxEUTON1Q IdJ4GaQd7HJeyO5/OpjUAmaYVhvul2LRhwWXlVPRXH8n9FrTHbMBCvjoP/VrsX4r2UtqCN sb4QNK8XQHTB5VuEfgiUio6BuipqXlRSMOOQfqMNghIRr4qtTkJAZn4PJkN53ttDj8hHiA mVsGsTAaSAcMrXbYbPAHfG3gYjqgTrXhxkGIP18EIMThJPpmnuzeWiezGTETTg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1614891631; a=rsa-sha256; cv=none; b=jnPCeem8b5KHcNGRMi6vqucdTediEYRm4JqR4u7ujKAoGjSmfkArvmMRtOXs1OW4SWdzNP 8HL9K0hcPMEj5a2cjbHz0XJ+Tme+c+MnET59CbMRckjZAyuP7PXS6/5w67BvJkE0hvFv6Q /Zv2kfz6kygstScRl8WdiRkon/Tf4s5G/L6Uq+k7VgrTSDyW3W0H28Mah+WqJlx1t7ya9+ 69bdsXTIYKAVqysuJ8pRoYuOamUv0yz4H+uF6MtnPwYAgtrxHbKHo518f1pZnL70lb7CyL sCm3W6Wdjf0s4UfXJtK7Nme4wZCPOWb94tmvHoCJMW2tjdLsmCBPfdgOMdYb/g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 2.64 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 610E422CF8 X-Spam-Score: 2.64 X-Migadu-Scanner: scn1.migadu.com X-TUID: ta11RFKZo6EU * gnu/packages/admin.scm (lr): New variable. --- gnu/packages/admin.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 2ca99774b8..75f4366fa0 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2130,6 +2130,33 @@ environment variable is set and output is to tty.") (home-page "http://mama.indstate.edu/users/ice/tree/") (license license:gpl2+))) +(define-public lr + (package + (name "lr") + (version "1.5.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://git.vuxu.org/lr/") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wv2acm4r5y5gg6f64v2hiwpg1f3lnr4fy1a9zssw77fmdc7ys3j")))) + (build-system gnu-build-system) + (home-page "https://git.vuxu.org/lr/about/") + (arguments + `(#:phases (modify-phases %standard-phases + (delete 'configure)) + #:tests? #f + #:make-flags (list (string-append "CC=" ,(cc-for-target)) + (string-append "PREFIX=" %output)))) + (synopsis "Tool to generate customized file listings") + (description + "lr is a new tool for generating file listings, which includes the best +features of ls(1), find(1), stat(1) and du(1).") + (license license:expat))) + (define-public direvent (package (name "direvent") -- 2.25.1