GNU bug report logs -
#27673
[PATCH] gnu: Add emacs-org-pomodoro.
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Wed, 12 Jul 2017 20:49:02 UTC
Severity: normal
Tags: patch
Done: Arun Isaac <arunisaac <at> systemreboot.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 27673 <at> debbugs.gnu.org (full text, mbox):
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...?
This bug report was last modified 8 years and 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.