me
/
guix
Archived
1
0
Fork 0

gnu: Add ruby-prettier-print.

* gnu/packages/ruby.scm (ruby-prettier-print): New variable.
master
Maxim Cournoyer 2023-01-06 22:17:30 -05:00
parent 37bb9a0738
commit 01f2e9ed41
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 21 additions and 0 deletions

View File

@ -12280,6 +12280,27 @@ characteristics.")
(home-page "https://github.com/sinatra/mustermann")
(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
(package
(name "ruby-html-proofer")