guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: Add age-keygen.


From: guix-commits
Subject: 03/05: gnu: Add age-keygen.
Date: Wed, 19 Oct 2022 19:29:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e02a49e11d653485fac4b6195265484c0e47d283
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:01 2022 +0200

    gnu: Add age-keygen.
    
    * gnu/packages/golang.scm (age-keygen): New public variable.
---
 gnu/packages/golang.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 1bda197324..ecef5e275e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8404,6 +8404,15 @@ composability.")
        #:unpack-path "filippo.io/age"
        #:install-source? #f))))
 
+(define-public age-keygen
+  (package
+    (inherit go-filippo-io-age)
+    (name "age-keygen")
+    (arguments
+     `(#:import-path "filippo.io/age/cmd/age-keygen"
+       #:unpack-path "filippo.io/age"
+       #:install-source? #f))))
+
 (define-public go-filippo-io-edwards25519
   (package
     (name "go-filippo-io-edwards25519")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]