unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: gemmaro <gemmaro.dev@gmail.com>
To: 71423@debbugs.gnu.org
Cc: gemmaro <gemmaro.dev@gmail.com>
Subject: [bug#71423] [PATCH 2/2] gnu: Add itamae.
Date: Sat,  8 Jun 2024 09:24:21 +0900	[thread overview]
Message-ID: <ee1568e6f5b5cd85a8942839369c4d6813bc9da0.1717804696.git.gemmaro.dev@gmail.com> (raw)
In-Reply-To: <cover.1717804696.git.gemmaro.dev@gmail.com>

* gnu/packages/admin.scm (itamae): New variable.

Change-Id: I8648f7d0eb12a1e63af2e1cf9811a7dadcee2e43
---
 gnu/packages/admin.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index c730d43819..1d26b1de40 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -65,6 +65,7 @@
 ;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
 ;;; Copyright © 2023 Tomás Ortín Fernández <tomasortin@mailbox.org>
 ;;; Copyright © 2024 dan <i@dan.games>
+;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3150,6 +3151,36 @@ (define-public emacs-ansible-doc
 'yaml-mode-hook #'ansible-doc-mode)}.")
       (license license:gpl3+))))
 
+(define-public itamae
+  (package
+    (name "itamae")
+    (version "1.14.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (rubygems-uri "itamae" version))
+       (sha256
+        (base32 "1zhx0cknipkjqp33qdxjlv7lcybgmh1jv9npp55vxaazd8cyfylx"))))
+    (build-system ruby-build-system)
+    (arguments
+     (list
+      #:test-target "spec:unit"
+      #:phases #~(modify-phases %standard-phases
+                   ;; There hasn't been the Fluentd packages yet.
+                   (add-before 'check 'remove-fluentd-related-files
+                     (lambda _
+                       (delete-file
+                        "spec/unit/lib/itamae/handler/fluentd_spec.rb"))))))
+    (native-inputs (list ruby-rspec ruby-fakefs))
+    (propagated-inputs (list ruby-ansi ruby-hashie ruby-schash ruby-specinfra
+                             ruby-thor))
+    (synopsis "Simple and lightweight configuration management tool")
+    (description
+     "Itamae is a configulation management tool inspired by Chef, but simpler and
+lightweight.")
+    (home-page "https://itamae.kitchen/")
+    (license license:expat)))
+
 (define-public cpulimit
   (package
     (name "cpulimit")
-- 
2.45.1





      parent reply	other threads:[~2024-06-08  0:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-08  0:04 [bug#71423] [PATCH 0/2] gnu: Add itamae gemmaro
2024-06-08  0:24 ` [bug#71423] [PATCH 1/2] gnu: Add ruby-schash gemmaro
2024-06-08  0:24 ` gemmaro [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=ee1568e6f5b5cd85a8942839369c4d6813bc9da0.1717804696.git.gemmaro.dev@gmail.com \
    --to=gemmaro.dev@gmail.com \
    --cc=71423@debbugs.gnu.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).