mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ruby-lint-roller.
* gnu/packages/ruby.scm (ruby-lint-roller): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
86547b6e19
commit
bf1108efed
1 changed files with 20 additions and 0 deletions
|
@ -17269,6 +17269,26 @@ JSON-friendly @code{Array} representation. They can also be used to generate
|
|||
corresponding HTML @code{link} elements.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-lint-roller
|
||||
(package
|
||||
(name "ruby-lint-roller")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "lint_roller" version))
|
||||
(sha256
|
||||
(base32 "11yc0d84hsnlvx8cpk4cbj6a4dz9pk0r1k29p0n1fz9acddq831c"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments '(#:tests? #f)) ;Circular dependency on ruby-standard.
|
||||
(native-inputs (list ruby-minitest))
|
||||
(synopsis "Specification for linter and formatter rulesets")
|
||||
(description
|
||||
"This package provides a plugin specification for Ruby linter and
|
||||
formatter rulesets.")
|
||||
(home-page "https://github.com/standardrb/lint_roller")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-rdf
|
||||
(package
|
||||
(name "ruby-rdf")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue