mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ruby-prettier-print.
* gnu/packages/ruby.scm (ruby-prettier-print): New variable.
This commit is contained in:
parent
37bb9a0738
commit
01f2e9ed41
1 changed files with 21 additions and 0 deletions
|
@ -12280,6 +12280,27 @@ characteristics.")
|
||||||
(home-page "https://github.com/sinatra/mustermann")
|
(home-page "https://github.com/sinatra/mustermann")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-prettier-print
|
||||||
|
(package
|
||||||
|
(name "ruby-prettier-print")
|
||||||
|
(version "1.2.1")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch) ;for tests
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/ruby-syntax-tree/prettier_print")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"00cg40jc0il1hpsrpsrqwhsxmx7day9lxp1ksrm08zxzsrz9ykqz"))))
|
||||||
|
(build-system ruby-build-system)
|
||||||
|
(native-inputs (list ruby-simplecov))
|
||||||
|
(synopsis "Compatible and featureful implementation of @code{prettyprint}")
|
||||||
|
(description "This package provides a drop-in replacement for the
|
||||||
|
@code{prettyprint} gem, with more functionality.")
|
||||||
|
(home-page "https://github.com/ruby-syntax-tree/prettier_print")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-html-proofer
|
(define-public ruby-html-proofer
|
||||||
(package
|
(package
|
||||||
(name "ruby-html-proofer")
|
(name "ruby-html-proofer")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue