mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add libhdate.
* gnu/packages/calendar.scm (libhdate): New variable.
This commit is contained in:
parent
5acf00f990
commit
585b72c6f0
1 changed files with 21 additions and 0 deletions
|
@ -166,3 +166,24 @@ (define-public remind
|
|||
moon phases, sunrise/sunset, Hebrew calendar, alarms, PostScript output and
|
||||
proper handling of holidays.")
|
||||
(license gpl2)))
|
||||
|
||||
(define-public libhdate
|
||||
(package
|
||||
(name "libhdate")
|
||||
(version "1.6.02")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/libhdate/libhdate/libhdate-"
|
||||
version "/" name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qkpq412p78znw8gckwcx3l0wcss9s0dgw1pvjb1ih2pxf6hm4rw"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "http://libhdate.sourceforge.net/")
|
||||
(synopsis "Library to use Hebrew dates")
|
||||
(description "LibHdate is a small library for the Hebrew calendar and times
|
||||
of day, written in C, and including bindings for C++, pascal, perl, php, python,
|
||||
and ruby. It includes two illustrative command-line programs, @code{hcal} and
|
||||
@code{hdate}, and some snippets and scripts written in the binding languages.")
|
||||
(license gpl3+)))
|
||||
|
|
Loading…
Reference in a new issue