[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66801] [PATCH v5 05/15] gnu: Add elixir-makeup.
From: |
Pierre-Henry Fröhring |
Subject: |
[bug#66801] [PATCH v5 05/15] gnu: Add elixir-makeup. |
Date: |
Sun, 10 Dec 2023 14:03:58 +0100 |
From: Pierre-Henry Fröhring <phfrohring@deeplinks.com>
* gnu/packages/elixir-xyz.scm (elixir-makeup): New variable.
Change-Id: I21fe9ffddb4c95a2c67b74340b1105c2a54d3c82
---
gnu/packages/elixir-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm
index a57d2aae8..ba682e7f0 100644
--- a/gnu/packages/elixir-xyz.scm
+++ b/gnu/packages/elixir-xyz.scm
@@ -50,6 +50,26 @@ (define-public elixir-nimble-parsec
(home-page "https://hexdocs.pm/nimble_parsec/")
(license license:asl2.0)))
+(define-public elixir-makeup
+ (package
+ (name "elixir-makeup")
+ (version "1.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri name version))
+ (sha256
+ (base32 "19jpprryixi452jwhws3bbks6ki3wni9kgzah3srg22a3x8fsi8a"))))
+ (build-system mix-build-system)
+ (propagated-inputs (list elixir-nimble-parsec))
+ (arguments (list #:tests? #f)) ; no tests
+ (synopsis "Syntax highlighter for source code")
+ (description
+ "Makeup is a generic syntax highlighter in the style of Pygments suitable
for use in code hosting,
+forums, wikis or other applications that need to prettify source code.")
+ (home-page "https://hexdocs.pm/makeup/")
+ (license license:bsd-2)))
+
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar
--
2.41.0
- [bug#66801] [PATCH v5 06/15] gnu: Add elixir-jason., (continued)
- [bug#66801] [PATCH v5 06/15] gnu: Add elixir-jason., Pierre-Henry Fröhring, 2023/12/10
- [bug#66801] [PATCH v5 14/15] gnu: Add elixir-dialyxir., Pierre-Henry Fröhring, 2023/12/10
- [bug#66801] [PATCH v5 02/15] gnu: elixir: Wrap binaries., Pierre-Henry Fröhring, 2023/12/10
- [bug#66801] [PATCH v5 10/15] gnu: Add elixir-castore., Pierre-Henry Fröhring, 2023/12/10
- [bug#66801] [PATCH v5 12/15] gnu: Add elixir-credo., Pierre-Henry Fröhring, 2023/12/10
- [bug#66801] [PATCH v5 04/15] gnu: Add elixir-nimble-parsec., Pierre-Henry Fröhring, 2023/12/10
- [bug#66801] [PATCH v5 08/15] gnu: Add elixir-bunt., Pierre-Henry Fröhring, 2023/12/10
- [bug#66801] [PATCH v5 13/15] gnu: Add elixir-erlex., Pierre-Henry Fröhring, 2023/12/10
- [bug#66801] [PATCH v5 11/15] gnu: Add elixir-excoveralls., Pierre-Henry Fröhring, 2023/12/10
- [bug#66801] [PATCH v5 09/15] gnu: Add elixir-inch-ex., Pierre-Henry Fröhring, 2023/12/10
- [bug#66801] [PATCH v5 05/15] gnu: Add elixir-makeup.,
Pierre-Henry Fröhring <=
- [bug#66801] [PATCH v5 03/15] gnu: Add elixir-hex., Pierre-Henry Fröhring, 2023/12/10
- [bug#66801] [PATCH v5 15/15] gnu: Add elixir-machete., Pierre-Henry Fröhring, 2023/12/10
- [bug#66801] [PATCH v5 01/15] build-system: Add mix-build-system., Liliana Marie Prikler, 2023/12/10