mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: Add erlang-getopt.
* gnu/packages/erlang.scm (erlang-getopt): New variable.
This commit is contained in:
parent
f9bd633798
commit
e10cdd2c74
1 changed files with 17 additions and 0 deletions
|
@ -343,3 +343,20 @@ outputs you want to be readable around all that noise they contain.")
|
||||||
(description "Erlware Commons is an Erlware project focused on all aspects
|
(description "Erlware Commons is an Erlware project focused on all aspects
|
||||||
of reusable Erlang components.")
|
of reusable Erlang components.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public erlang-getopt
|
||||||
|
(package
|
||||||
|
(name "erlang-getopt")
|
||||||
|
(version "1.0.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method hexpm-fetch)
|
||||||
|
(uri (hexpm-uri "getopt" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1yxs36l1ll56zrxn81kw5qd8fv1q14myhjylk7dk31palg7jl725"))))
|
||||||
|
(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)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue