[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54796] [PATCH v4 03/22] gnu: Add erlang-cf.
From: |
Hartmut Goebel |
Subject: |
[bug#54796] [PATCH v4 03/22] gnu: Add erlang-cf. |
Date: |
Sun, 10 Apr 2022 20:57:01 +0200 |
* gnu/packages/erlang.scm (erlang-cf): New variable.
---
gnu/packages/erlang.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 888a0f4f1e..0b9e89d134 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2016, 2017 Pjotr Prins <pjotr.guix@thebird.nl>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Nikita <nikita@n0.is>
+;;; Copyright © 2020-2022 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2021 Oskar Köök <oskar@maatriks.ee>
;;; Copyright © 2021 Cees de Groot <cg@evrl.com>
;;;
@@ -26,6 +27,7 @@
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix build-system gnu)
#:use-module (guix build-system emacs)
+ #:use-module (guix build-system rebar3)
#:use-module (guix download)
#:use-module (guix git-download)
#:use-module (guix packages)
@@ -203,3 +205,20 @@ built-in support for concurrency, distribution and fault
tolerance.")
"This package provides an Emacs major mode for editing Erlang source
files.")
(license license:asl2.0)))
+
+(define-public erlang-cf
+ (package
+ (name "erlang-cf")
+ (version "0.3.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri "cf" version))
+ (sha256
+ (base32 "0wknz4xkqkhgvlx4vx5619p8m65v7g87lfgsvfy04jrsgm28spii"))))
+ (build-system rebar3-build-system)
+ (home-page "https://github.com/project-fifo/cf")
+ (synopsis "Terminal colour helper for Erlang io and io_lib")
+ (description "This package provides a helper library for termial colour
+printing extending the io:format syntax to add colours.")
+ (license license:expat)))
--
2.30.2
- [bug#54796] [PATCH v3 11/22] gnu: Add erlang-hex-core., (continued)
- [bug#54796] [PATCH v3 11/22] gnu: Add erlang-hex-core., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 17/22] gnu: Add erlang-covertool., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 20/22] gnu: Add rebar3-git-vsn., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v4 00/22] Add importer for hex.pm and rebar3 build-system for Erlang, Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 02/22] build-system: Add 'rebar3-build-system'., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 01/22] import: Add hex.pm importer., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 03/22] gnu: Add erlang-cf.,
Hartmut Goebel <=
- [bug#54796] [PATCH v4 04/22] gnu: Add erlang-certifi., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 05/22] gnu: Add erlang-erlware-commons., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 06/22] gnu: Add erlang-cth-readable., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 08/22] gnu: Add erlang-getopt., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 07/22] gnu: Add erlang-bbmustache., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 11/22] gnu: Add erlang-parse-trans., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 10/22] gnu: Add erlang-providers., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 13/22] gnu: Add erlang-ssl-verify-fun., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 15/22] gnu: Add erlang-edown., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 16/22] gnu: Add erlang-jsone., Hartmut Goebel, 2022/04/10