guix-commits
[Top][All Lists]
Advanced

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

85/163: gnu: Add texlive-bookdb.


From: guix-commits
Subject: 85/163: gnu: Add texlive-bookdb.
Date: Sat, 19 Aug 2023 14:39:42 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 91eac97929cce55619d4fd852bf86d86d13f3f9d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 11:54:38 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 34326cea53..34f96c9120 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5120,6 +5120,26 @@ convert atomic numbers to element symbols or element 
names and vice versa.")
 characters.")
     (license license:gpl3+)))
 
+(define-public texlive-bookdb
+  (package
+    (name "texlive-bookdb")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/bookdb/" "doc/bibtex/bookdb/")
+             (base32
+              "0df6bzmc90af3v4nzv6hp9padpc7h680vm2hy8wzb268z3ld268h")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/bookdb";)
+    (synopsis "BibTeX style file for cataloguing a home library")
+    (description
+     "This package provides an extended book entry for use in cataloguing
+a home library.  The extensions include fields for binding, category,
+collator, condition, copy, illustrations, introduction, location, pages, size,
+value, volumes.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-booktabs-de
   (package
     (name "texlive-booktabs-de")



reply via email to

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