mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-makeup-html.
* gnu/packages/elixir-markup.scm (elixir-makeup-html): New variable. Change-Id: If2c88cd1f19354d13738e86d7da93cd3aa18b107 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5c82d0dae2
commit
040509d7a0
1 changed files with 20 additions and 0 deletions
|
@ -126,3 +126,23 @@ implementing a C lexer for the Makeup syntax highlighter.")
|
||||||
implementing an Erlang lexer for the Makeup syntax highlighter.")
|
implementing an Erlang lexer for the Makeup syntax highlighter.")
|
||||||
(home-page "https://hexdocs.pm/makeup_erlang/")
|
(home-page "https://hexdocs.pm/makeup_erlang/")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
(define-public elixir-makeup-html
|
||||||
|
(package
|
||||||
|
(name "elixir-makeup-html")
|
||||||
|
(version "0.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "makeup_html" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1ciildxh4bmacbkbil4hhsjhp7z31ycnvq072fml59m6p6zgfmh8"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list elixir-stream-data))
|
||||||
|
(propagated-inputs (list elixir-makeup))
|
||||||
|
(synopsis "HTML lexer for the Makeup syntax highlighter")
|
||||||
|
(description "This package provides @code{elixir-makeup-html}, a library
|
||||||
|
implementing an HTML lexer for the Makeup syntax highlighter.")
|
||||||
|
(home-page "https://hexdocs.pm/makeup_html/")
|
||||||
|
(license license:expat)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue