[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27673] [PATCH] gnu: Add emacs-org-pomodoro.
From: |
Arun Isaac |
Subject: |
[bug#27673] [PATCH] gnu: Add emacs-org-pomodoro. |
Date: |
Fri, 14 Jul 2017 17:25:29 +0530 |
Thanks for the patch!
> +(define-public emacs-org-pomodoro
> + (package
> + (name "emacs-org-pomodoro")
> + (version "2.1.0")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append
> + "https://github.com/lolownia/org-pomodoro/archive/"
> + version ".tar.gz"))
> + (file-name (string-append name "-" version ".tar.gz"))
> + (sha256
> + (base32
> + "1jalsggw3q5kvj353f84x4nl04a5vmq07h75ggppy1627lb31zm4"))))
> + (build-system emacs-build-system)
Could you also package the tests? You'll need something very similar to
what the emacs-which-key package has.
> + (propagated-inputs
> + `(("emacs-alert" ,emacs-alert)))
> + (home-page "https://github.com/lolownia/org-pomodoro")
> + (synopsis "Pomodoro technique for org-mode")
> + (description
> + "@code{emacs-org-pomodoro} adds very basic support for Pomodoro
> technique
> +in Emacs org-mode.")
Could you extend the description a little more, perhaps by paraphrasing
paragraph 3 of README.md...?