[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54796] [PATCH v3 07/22] gnu: Add erlang-getopt.
From: |
Hartmut Goebel |
Subject: |
[bug#54796] [PATCH v3 07/22] gnu: Add erlang-getopt. |
Date: |
Fri, 8 Apr 2022 19:03:40 +0200 |
* gnu/packages/erlang.scm (erlang-getopt): New variable.
---
gnu/packages/erlang.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 1682521ca1..af79e2cd7d 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -326,3 +326,20 @@ outputs you want to be readable around all that noise they
contain.")
(description "Erlware Commons is an Erlware project focused on all aspects
of reusable Erlang components.")
(license license:expat)))
+
+(define-public erlang-getopt
+ (package
+ (name "erlang-getopt")
+ (version "1.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri "getopt" version))
+ (sha256
+ (base32 "09pasi7ki1rivw9sl7xndj5qgjbdqvcscxk83yk85yr28gm9l0m0"))))
+ (build-system rebar3-build-system)
+ (home-page "https://github.com/jcomellas/getopt")
+ (synopsis "Command-line options parser for Erlang")
+ (description "This package provides an Erlang module to parse command line
+arguments using the GNU getopt syntax.")
+ (license license:bsd-3)))
--
2.30.2
- [bug#54796] [PATCH v3 06/22] gnu: Add erlang-bbmustache., (continued)
- [bug#54796] [PATCH v3 06/22] gnu: Add erlang-bbmustache., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 13/22] gnu: Add erlang-relx., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 16/22] gnu: Add erlang-proper., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 04/22] gnu: Add erlang-erlware-commons., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 07/22] gnu: Add erlang-getopt.,
Hartmut Goebel <=
- [bug#54796] [PATCH v3 09/22] gnu: Add erlang-providers., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 21/22] gnu: Add rebar3-proper., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 22/22] build-system: Add 'rebar3-build-system'., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 22/22] build-system: Add 'rebar3-build-system'., Maxime Devos, 2022/04/09