[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
174/229: gnu: Add ruby-arr-pm.
From: |
guix-commits |
Subject: |
174/229: gnu: Add ruby-arr-pm. |
Date: |
Tue, 28 Mar 2023 22:29:19 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 7ff1f703b690a62029a82fa0ea6cdc11c9d56875
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 13 16:39:23 2023 -0400
gnu: Add ruby-arr-pm.
* gnu/packages/ruby.scm (ruby-arr-pm): New variable.
---
gnu/packages/ruby.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index f6d328c56d..e2880a983a 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5899,6 +5899,33 @@ rogue test/unit/autorun requires.")
(home-page "https://github.com/cucumber/multi_test")
(license license:expat)))
+(define-public ruby-arr-pm
+ (package
+ (name "ruby-arr-pm")
+ (version "0.0.12")
+ (source (origin
+ (method url-fetch)
+ (uri (rubygems-uri "arr-pm" version))
+ (sha256
+ (base32
+ "0fddw0vwdrr7v3a0lfqbmnd664j48a9psrjd3wh3k4i3flplizzx"))))
+ (build-system ruby-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "rspec")))))))
+ (native-inputs (list ruby-flores ruby-insist ruby-rspec ruby-stud))
+ (synopsis "RPM reader/writer library written in Ruby")
+ (description "This library allows reading and writing RPM packages. It is
+used by the @command{fpm} tool. It is written in pure Ruby because
+@code{librpm} is not available on all systems and requires many
+dependencies.")
+ (home-page "https://github.com/jordansissel/ruby-arr-pm")
+ (license license:asl2.0)))
+
(define-public ruby-arel
(package
(name "ruby-arel")
- 152/229: gnu: Add ruby-date., (continued)
- 152/229: gnu: Add ruby-date., guix-commits, 2023/03/28
- 157/229: gnu: ruby-actionmailer: Update to 7.0.4.3., guix-commits, 2023/03/28
- 58/229: gnu: Add ruby-bcrypt., guix-commits, 2023/03/28
- 103/229: gnu: ruby-pry-byebug: Update to 3.10.1., guix-commits, 2023/03/28
- 105/229: gnu: Remove ruby-chandler., guix-commits, 2023/03/28
- 108/229: gnu: ruby-maxitest: Update to 4.4.1., guix-commits, 2023/03/28
- 126/229: gnu: Add ruby-bake., guix-commits, 2023/03/28
- 135/229: gnu: Add ruby-rack-session., guix-commits, 2023/03/28
- 154/229: gnu: Add ruby-net-pop., guix-commits, 2023/03/28
- 164/229: gnu: Add ruby-importmap-rails., guix-commits, 2023/03/28
- 174/229: gnu: Add ruby-arr-pm.,
guix-commits <=
- 179/229: gnu: Add fpm., guix-commits, 2023/03/28
- 182/229: gnu: ruby-temple: Update to 0.10.0., guix-commits, 2023/03/28
- 141/229: gnu: Add ruby-websocket-eventmachine-server., guix-commits, 2023/03/28
- 142/229: gnu: Add ruby-websocket-client-simple., guix-commits, 2023/03/28
- 144/229: gnu: ruby-mini-mime: Update to 1.1.2., guix-commits, 2023/03/28
- 145/229: gnu: ruby-marcel: Update to 1.0.2., guix-commits, 2023/03/28
- 148/229: gnu: ruby-activestorage: Update to 7.0.4.3., guix-commits, 2023/03/28
- 149/229: gnu: ruby-actiontext: Update to 7.0.4.3., guix-commits, 2023/03/28
- 153/229: gnu: Add ruby-net-imap., guix-commits, 2023/03/28
- 155/229: gnu: Add ruby-net-smtp., guix-commits, 2023/03/28