* [bug#49454] [PATCH] gnu: add bibtool
@ 2021-07-07 7:25 Ivan Gankevich
2021-07-08 22:24 ` bug#49454: " Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Ivan Gankevich @ 2021-07-07 7:25 UTC (permalink / raw)
To: 49454; +Cc: Ivan Gankevich
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 086d6190dd..752965a0a3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8629,3 +8629,29 @@ constructs TeX accepts as arguments to its @code{\\number} primitive
are valid as arguments for the macros. The package may be used under
LaTeX and plain TeX.")
(license (license:fsf-free "file:/binhex.dtx"))))
+
+(define-public bibtool
+ (package
+ (name "bibtool")
+ (version "2.68")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ge-ne/bibtool")
+ (commit (string-append
+ "BibTool_"
+ (string-map
+ (lambda (c) (if (char=? c #\.) #\_ c))
+ version)))))
+ (file-name (git-file-name name version))
+ (sha256 (base32 "0grnmqj8w5018nd7r6drnq2yvfhf22gj9i3rj8ilhzm7zmz3zn0g"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:test-target "test"))
+ (native-inputs
+ `(("perl" ,perl)))
+ (synopsis "Tool for manipulating BibTeX data bases")
+ (description "Pretty print, sort, merge, select entries from BibTeX files.")
+ (home-page "http://www.gerd-neugebauer.de/software/TeX/BibTool/en/")
+ (license license:gpl2+)))
--
2.32.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#49454: [PATCH] gnu: add bibtool
2021-07-07 7:25 [bug#49454] [PATCH] gnu: add bibtool Ivan Gankevich
@ 2021-07-08 22:24 ` Nicolas Goaziou
2021-07-09 6:20 ` [bug#49454] " Ivan Gankevich
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2021-07-08 22:24 UTC (permalink / raw)
To: Ivan Gankevich; +Cc: 49454-done
Hello,
Ivan Gankevich <i.gankevich@spbu.ru> writes:
> +(define-public bibtool
Thank you! I provided a proper commit message, and expounded
description. Nitpick: I also moved home-page before the synopsis, as it
is usually located there in our packages.
I eventually added a copyright line for you at the top of the "tex.scm"
file.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#49454] [PATCH] gnu: add bibtool
2021-07-08 22:24 ` bug#49454: " Nicolas Goaziou
@ 2021-07-09 6:20 ` Ivan Gankevich
0 siblings, 0 replies; 3+ messages in thread
From: Ivan Gankevich @ 2021-07-09 6:20 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: 49454-done, Ivan Gankevich
>Thank you! I provided a proper commit message, and expounded
>description. Nitpick: I also moved home-page before the synopsis, as it
>is usually located there in our packages.
>
>I eventually added a copyright line for you at the top of the "tex.scm"
>file.
Thank you, Nicolas!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-07-09 6:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-07 7:25 [bug#49454] [PATCH] gnu: add bibtool Ivan Gankevich
2021-07-08 22:24 ` bug#49454: " Nicolas Goaziou
2021-07-09 6:20 ` [bug#49454] " Ivan Gankevich
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).