[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/28: gnu: Add texlive-generic-listofitems.
From: |
Ricardo Wurmus |
Subject: |
16/28: gnu: Add texlive-generic-listofitems. |
Date: |
Sun, 21 Oct 2018 17:07:00 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 893fbf1285fe2298366a5f1631a191e5daccf3d0
Author: Ricardo Wurmus <address@hidden>
Date: Sun Oct 21 20:51:27 2018 +0200
gnu: Add texlive-generic-listofitems.
* gnu/packages/tex.scm (texlive-generic-listofitems): New variable.
---
gnu/packages/tex.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e4c307e..8994349 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4775,3 +4775,37 @@ Since every package has its own version number, the
version number quoted only
refers to the version of scrbook, scrreprt, scrartcl, scrlttr2 and
typearea (which are the main parts of the bundle).")
(license license:lppl1.3+)))
+
+(define-public texlive-generic-listofitems
+ (package
+ (name "texlive-generic-listofitems")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (svn-reference
+ (url (string-append "svn://www.tug.org/texlive/tags/"
+ %texlive-tag "/Master/texmf-dist/"
+ "/tex/generic/listofitems"))
+ (revision %texlive-revision)))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "1k50z6ixgwwzy84mi0dr5vcjah5p7wvgq66y45bilm91a4m8sgla"))))
+ (build-system trivial-build-system)
+ (arguments
+ `(#:modules ((guix build utils))
+ #:builder
+ (begin
+ (use-modules (guix build utils))
+ (let ((target (string-append (assoc-ref %outputs "out")
+
"/share/texmf-dist/tex/generic/listofitems")))
+ (mkdir-p target)
+ (copy-recursively (assoc-ref %build-inputs "source") target)
+ #t))))
+ (home-page "https://www.ctan.org/pkg/listofitems")
+ (synopsis "Grab items in lists using user-specified seperation character")
+ (description
+ "This package allows one to capture all the items of a list, for which
+the parsing character has been selected by the user, and to access any of
+these items with a simple syntax.")
+ (license license:lppl1.3c+)))
- 27/28: gnu: seqan: Update to 2.4.0., (continued)
- 27/28: gnu: seqan: Update to 2.4.0., Ricardo Wurmus, 2018/10/21
- 24/28: gnu: fasttree: Use INVOKE., Ricardo Wurmus, 2018/10/21
- 23/28: gnu: express-beta-diversity: Update to 1.0.8., Ricardo Wurmus, 2018/10/21
- 20/28: gnu: discrover: Fetch from git., Ricardo Wurmus, 2018/10/21
- 17/28: gnu: Add texlive-latex-readarray., Ricardo Wurmus, 2018/10/21
- 18/28: gnu: Add texlive-latex-verbatimbox., Ricardo Wurmus, 2018/10/21
- 14/28: gnu: diamond: Fetch from git., Ricardo Wurmus, 2018/10/21
- 11/28: gnu: eolie: Update to 0.9.45., Ricardo Wurmus, 2018/10/21
- 25/28: gnu: python-screed: Update to 1.0., Ricardo Wurmus, 2018/10/21
- 19/28: gnu: Add texlive-latex-examplep., Ricardo Wurmus, 2018/10/21
- 16/28: gnu: Add texlive-generic-listofitems.,
Ricardo Wurmus <=
- 15/28: gnu: Add texlive-latex-doi., Ricardo Wurmus, 2018/10/21
- 10/28: gnu: python-dendropy: Fetch from git., Ricardo Wurmus, 2018/10/21
- 09/28: gnu: python-py2bit: Update to 0.3.0., Ricardo Wurmus, 2018/10/21
- 21/28: gnu: eigensoft: Update to 7.2.1., Ricardo Wurmus, 2018/10/21
- 13/28: gnu: delly: Update to 0.7.9., Ricardo Wurmus, 2018/10/21
- 12/28: gnu: deeptools: Update to 3.1.3., Ricardo Wurmus, 2018/10/21
- 08/28: gnu: cutadapt: Update to 1.18., Ricardo Wurmus, 2018/10/21
- 06/28: gnu: crossmap: Update to 0.2.9., Ricardo Wurmus, 2018/10/21
- 04/28: gnu: Add python-bx-python., Ricardo Wurmus, 2018/10/21
- 07/28: gnu: Add python-dnaio., Ricardo Wurmus, 2018/10/21