guix-commits
[Top][All Lists]
Advanced

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

14/35: gnu: Add texlive-guitartabs.


From: guix-commits
Subject: 14/35: gnu: Add texlive-guitartabs.
Date: Thu, 17 Aug 2023 03:51:15 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f697a359be89fc7cdc84620fe926200c3a5817e2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 09:32:47 2023 +0200

    gnu: Add texlive-guitartabs.
    
    * gnu/packages/tex.scm (texlive-guitartabs): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0de9267907..bfb4b48e54 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6825,6 +6825,25 @@ diagrams of guitar chord tablatures and scale 
tablatures.  Both commands know
 a range of options that allow wide customization of the output.")
     (license license:lppl1.3+)))
 
+(define-public texlive-guitartabs
+  (package
+    (name "texlive-guitartabs")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/guitartabs/"
+                   "tex/latex/guitartabs/")
+             (base32
+              "1hk5yl7za7mm6cpg9g4z5wnq4m2nwm41sq8w7m8ic38sr85n67zz")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/guitartabs";)
+    (synopsis "Class for drawing guitar tablatures easily")
+    (description
+     "This package provides is a simple LaTeX2e class that allows guitarists
+to create basic guitar tablatures using LaTeX.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-gustlib
   (package
     (name "texlive-gustlib")



reply via email to

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