summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Covrig <aarcov@gmail.com>2026-03-04 23:43:13 -0500
committerAndreas Enge <andreas@enge.fr>2026-03-06 16:47:42 +0100
commit8bd9ee54d94c03706c5577b6c6d547e4e3439d1c (patch)
tree139daae29651220cb676c6b785a5195c9f65b00d
parent4f878de74044ff38f2ec1bb819a6c539939ad569 (diff)
gnu: Add ruby-hoe-git2.
* gnu/packages/ruby-xyz.scm (ruby-hoe-git2): New variable. Change-Id: I9aaa37d5b2847a75b74dddda802aec77bae05a48 Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r--gnu/packages/ruby-xyz.scm25
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index a9fee73d532..0e11e0b5ff2 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -11972,6 +11972,31 @@ or JRuby.")
(home-page "https://puma.io/")
(license license:expat)))
+(define-public ruby-hoe-git2
+ (package
+ (name "ruby-hoe-git2")
+ (version "1.8.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/halostatue/hoe-git2")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "15gpidgba1xx038srgnnh0dgfjpdq00vhmkl7kmnxl7awf9qldpx"))))
+ (build-system ruby-build-system)
+ (inputs (list git-minimal))
+ (propagated-inputs
+ (list ruby-hoe-3))
+ (synopsis "Hoe plugins for tighter Git integration")
+ (description
+ "This package provides a set of Hoe plugins for tighter Git integration.
+It provides tasks to automate release tagging and pushing and changelog
+generation.")
+ (home-page "https://github.com/halostatue/hoe-git2")
+ (license license:expat)))
+
(define-public ruby-hoe-git
(package
(name "ruby-hoe-git")