all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Giacomo Leidi via Guix-patches via <guix-patches@gnu.org>
To: 69612@debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul@autistici.org>
Subject: [bug#69612] [PATCH v2] gnu: Add ssh-to-age.
Date: Thu,  7 Mar 2024 15:32:12 +0100	[thread overview]
Message-ID: <4d5abb3e5fed1775c4a935a0451118c1652ef07f.1709821932.git.goodoldpaul@autistici.org> (raw)
In-Reply-To: <a3876c135742d976d11a2aa9153d2715717d82f7.1709821701.git.goodoldpaul@autistici.org>

* gnu/packages/crypto.scm (ssh-to-age): New variable.

Change-Id: Ic8b8da90abe5f18ed5989d231a90643e0c2d7163
---
 gnu/packages/crypto.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 9d47ebb4fd..de9346746d 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -27,6 +27,7 @@
 ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
 ;;; Copyright © 2023 Ivan Vilata-i-Balaguer <ivan@selidor.net>
 ;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
+;;; Copyright © 2024 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -62,6 +63,7 @@ (define-module (gnu packages crypto)
   #:use-module (gnu packages gnupg)
   #:use-module (gnu packages golang)
   #:use-module (gnu packages golang-build)
+  #:use-module (gnu packages golang-crypto)
   #:use-module (gnu packages graphviz)
   #:use-module (gnu packages image)
   #:use-module (gnu packages kerberos)
@@ -1674,6 +1676,32 @@ (define-public libxcrypt
     (home-page "https://github.com/besser82/libxcrypt")
     (license license:lgpl2.1)))
 
+(define-public ssh-to-age
+  (package
+    (name "ssh-to-age")
+    (version "1.1.7")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/Mic92/ssh-to-age")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "134gpbalyll238wvj9ci0rascgm4csayz863ci99cy5qq8266wrl"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/Mic92/ssh-to-age"))
+    (propagated-inputs (list go-golang-org-x-sys
+                             go-golang-org-x-crypto
+                             go-filippo-io-edwards25519
+                             go-filippo-io-age))
+    (home-page "https://github.com/Mic92/ssh-to-age")
+    (synopsis "Convert SSH Ed25519 keys to age keys")
+    (description "This package provides @code{ssh-to-age}: a Go command line
+utility to convert SSH Ed25519 keys to age keys.")
+    (license license:expat)))
+
 (define-public keychain
   (package
     (name "keychain")

base-commit: 0f2eede9f1d4574813935b7f58384036d509002d
-- 
2.41.0





  reply	other threads:[~2024-03-07 14:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-07 14:28 [bug#69612] [PATCH] gnu: Add ssh-to-age Giacomo Leidi via Guix-patches via
2024-03-07 14:32 ` Giacomo Leidi via Guix-patches via [this message]
2024-03-07 22:17   ` [bug#69612] [PATCH v2] " Nicolas Graves via Guix-patches via
2024-03-07 22:33     ` Giacomo via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4d5abb3e5fed1775c4a935a0451118c1652ef07f.1709821932.git.goodoldpaul@autistici.org \
    --to=guix-patches@gnu.org \
    --cc=69612@debbugs.gnu.org \
    --cc=goodoldpaul@autistici.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.