gnu: Add texlive-lua-alt-getopt.
* gnu/packages/tex.scm (texlive-lua-alt-getopt): New variable.
This commit is contained in:
parent
992b1efbd8
commit
3b864f72e3
1 changed files with 15 additions and 0 deletions
|
@ -3716,6 +3716,21 @@ this bundle for use independent of ConTeXt.")
|
||||||
;; GPL version 2 only
|
;; GPL version 2 only
|
||||||
(license license:gpl2)))
|
(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
|
;; 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.
|
;; texlive-l3build, but I haven't been able to get it to work.
|
||||||
(define-public texlive-luaotfload
|
(define-public texlive-luaotfload
|
||||||
|
|
Reference in a new issue