guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/09: gnu: Add texlive-lua-alt-getopt.


From: guix-commits
Subject: 06/09: gnu: Add texlive-lua-alt-getopt.
Date: Tue, 11 Jan 2022 05:29:47 -0500 (EST)

rekado pushed a commit to branch version-1.4.0
in repository guix.

commit 3b864f72e393efd15da0a22bced10e87d2a58c58
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 10 13:22:44 2022 +0100

    gnu: Add texlive-lua-alt-getopt.
    
    * gnu/packages/tex.scm (texlive-lua-alt-getopt): New variable.
---
 gnu/packages/tex.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5ce1835f33..c9feebe1eb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3716,6 +3716,21 @@ this bundle for use independent of ConTeXt.")
     ;; GPL version 2 only
     (license license:gpl2)))
 
+(define-public texlive-lua-alt-getopt
+  (package
+    (inherit
+     (simple-texlive-package
+      "texlive-lua-alt-getopt"
+      (list "doc/support/lua-alt-getopt/" "scripts/lua-alt-getopt/")
+      (base32 "0cizxzn33n3pn98xkqnxb8s6vdwkar3xrwhraqrs05pjfdn9d4wz")
+      #:trivial? #t))
+    (home-page "https://ctan.org/support/lualibs/lua-alt-getopt";)
+    (synopsis "Process application arguments the same way as getopt_long")
+    (description
+     "This package provides a Lua module for processing application arguments
+in the same way as BSD/GNU @code{getopt_long(3)} functions do.")
+    (license license:expat)))
+
 ;; TODO: We should be able to build this from the sources on Github with
 ;; texlive-l3build, but I haven't been able to get it to work.
 (define-public texlive-luaotfload



reply via email to

[Prev in Thread] Current Thread [Next in Thread]