* [bug#44946] Add ruby-rugged
@ 2020-11-29 13:43 Holger Peters
2020-11-29 13:49 ` [bug#44946] [PATCH] " Holger Peters
0 siblings, 1 reply; 3+ messages in thread
From: Holger Peters @ 2020-11-29 13:43 UTC (permalink / raw)
To: 44946
Patches will follow, depends on https://issues.guix.gnu.org/44945
--
Holger Peters <holger.peters@posteo.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#44946] [PATCH] Add ruby-rugged
2020-11-29 13:43 [bug#44946] Add ruby-rugged Holger Peters
@ 2020-11-29 13:49 ` Holger Peters
2020-12-28 0:04 ` bug#44946: " Björn Höfling
0 siblings, 1 reply; 3+ messages in thread
From: Holger Peters @ 2020-11-29 13:49 UTC (permalink / raw)
To: 44946; +Cc: Holger Peters
* gnu/packages/ruby.scm (ruby-rugged): New variable.
---
gnu/packages/ruby.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 8fc228f6ed..1ab8477b63 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -23,6 +23,7 @@
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020 Holgr Peters <holger.peters@posteo.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -11714,3 +11715,31 @@ which snapshots to consider and what files to include.")
defined in @file{.travis.yml} on your local machine, using @code{rvm},
@code{rbenv}, or @code{chruby} to test different versions of Ruby.")
(license license:expat)))
+
+(define-public ruby-rugged
+ (package
+ (name "ruby-rugged")
+ (version "1.1.0")
+ (home-page "https://www.rubydoc.info/gems/rugged")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "rugged" version))
+ (sha256
+ (base32 "04aq913plcxjw71l5r62qgz3bx3466p0wvgyfqahg5n3nybmcwqy"))))
+ (build-system ruby-build-system)
+ (arguments
+ `(#:tests? #f
+ #:gem-flags (list "--" "--use-system-libraries")))
+ (inputs
+ `(("libgit2" ,libgit2)))
+ (native-inputs
+ `(("ruby-minitest" ,ruby-minitest)
+ ("ruby-pry" ,ruby-pry)
+ ("ruby-rake-compiler" ,ruby-rake-compiler)))
+ (synopsis "Ruby bindings to the libgit2 linkable C Git library. ")
+ (description "Rugged is a library for accessing libgit2 in Ruby. It gives
+you the speed and portability of libgit2 with the beauty of the Ruby
+language.")
+ (license license:expat)))
+
--
2.28.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#44946: [PATCH] Add ruby-rugged
2020-11-29 13:49 ` [bug#44946] [PATCH] " Holger Peters
@ 2020-12-28 0:04 ` Björn Höfling
0 siblings, 0 replies; 3+ messages in thread
From: Björn Höfling @ 2020-12-28 0:04 UTC (permalink / raw)
To: Holger Peters; +Cc: 44946-done
[-- Attachment #1: Type: text/plain, Size: 354 bytes --]
On Sun, 29 Nov 2020 14:49:29 +0100
Holger Peters <holger.peters@posteo.de> wrote:
> * gnu/packages/ruby.scm (ruby-rugged): New variable.
Pushed as:
40afc2f4e2850bd442d4f022d200184d683c3fd8
with two small modifications:
* commit-message: Add a "gnu: " in front.
* Description: Add a space. Found by using guix lint.
Thanks,
Björn
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-12-28 0:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-29 13:43 [bug#44946] Add ruby-rugged Holger Peters
2020-11-29 13:49 ` [bug#44946] [PATCH] " Holger Peters
2020-12-28 0:04 ` bug#44946: " Björn Höfling
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.