gnu: Add emacs-calfw.

* gnu/packages/emacs.scm (emacs-calfw): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
master
Vasile Dumitrascu 2017-04-15 13:24:52 +02:00 committed by Alex Kost
parent c6726a5f88
commit 3689043671
No known key found for this signature in database
GPG Key ID: 82460C082A0EE98F
1 changed files with 22 additions and 0 deletions

View File

@ -1207,6 +1207,28 @@ writing input files for TeX, LaTeX, ConTeXt, Texinfo, and docTeX using Emacs
or XEmacs.")
(license license:gpl3+)))
(define-public emacs-calfw
(package
(name "emacs-calfw")
(version "1.5")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/kiwanami/emacs-calfw/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"17ssg8gx66yp63nhygjq2r6kgl4h45cacmrxsxs9f0lrfcx37k0l"))))
(build-system emacs-build-system)
(home-page "https://github.com/kiwanami/emacs-calfw/")
(synopsis "Calendar framework for Emacs")
(description
"This package displays a calendar view with various shedule data in
the Emacs buffer.")
(license license:gpl3+)))
(define-public emacs-mmm-mode
(package
(name "emacs-mmm-mode")