aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gcal.scm
blob: 425fa1f9a8f5a213e89ef3464b7538a9825fc3a7 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages gcal)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (guix build-system gnu)
  #:use-module (guix licenses))

(define-public gcal
  (package
    (name "gcal")
    (version "4.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gcal/gcal-"
                                 version ".tar.xz"))
             (sha256
              (base32
               "1av11zkfirbixn05hyq4xvilin0ncddfjqzc4zd9pviyp506rdci"))))
    (build-system gnu-build-system)
    (home-page "https://www.gnu.org/software/gcal/")
    (synopsis "Calculating and printing a wide variety of calendars")
    (description
     "Gcal is a program to calculate and print calendars on the
command-line.  Calendars can be printed in 1-month, 3-month or whole-year
views.  In addition, eternal holiday lists can be generated for many
countries, which can be complemented by user-made lists of fixed dates to
make an agenda.  Gcal can also calculate astronomical data, such as the
phases of the moon, and supports alternative calendar formats: Julian,
Gregorian, Islamic, Chinese and more.")
    (license gpl3+)))
1378f494612b9d6a2be4c19e625eb75c'>gnu: xl2tpd: Fix cross-compiling....Efraim Flashner 2022-07-04gnu: vpnc: Add bsd-2 license....Jean-Pierre De Jesus DIAZ 2022-07-04gnu: vpnc: Fix cross-compilation....Jean-Pierre De Jesus DIAZ 2022-07-03gnu: bitmask: Fix loading of GUI....Raghav Gururajan 2022-07-02gnu: bitmask: Update to 0.21.11....Raghav Gururajan 2022-05-22gnu: openvpn: Update to 2.5.6....Tobias Geerinckx-Rice 2022-05-12gnu: sshoot: Update to 1.5.1....Maxim Cournoyer 2022-02-22gnu: n2n: Fix cross-compilation....Nicolas Goaziou 2022-02-22gnu: Add n2n....Lu Hui 2022-02-12gnu: protonvpn-cli: Remove sanity-check phase....Josselin Poiret 2022-02-12gnu: protonvpn-cli: Do not try to wrap the wrapper....Josselin Poiret 2022-02-03gnu: strongswan: Build with libsoup@2....Marius Bakke 2022-01-28gnu: openconnect-sso: Remove a transitive dependency on QtWebKit....Leo Famulari 2021-12-17gnu: openvpn: Update to 2.5.5....Tobias Geerinckx-Rice 2021-12-13gnu: Remove superfluous "linux-libre-headers" inputs....Marius Bakke 2021-12-13gnu: Further simplify package inputs....Ludovic Courtès 2021-12-13gnu: Simplify package inputs....Ludovic Courtès 2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus 2021-11-27gnu: strongswan: Update to 5.9.4....Tobias Geerinckx-Rice 2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-11-08gnu: packages: Remove last year's deprecations....Tobias Geerinckx-Rice