diff options
Diffstat (limited to 'app-emacs/uptimes/uptimes-3.8.ebuild')
-rw-r--r-- | app-emacs/uptimes/uptimes-3.8.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-emacs/uptimes/uptimes-3.8.ebuild b/app-emacs/uptimes/uptimes-3.8.ebuild new file mode 100644 index 000000000000..4234cd8a2f59 --- /dev/null +++ b/app-emacs/uptimes/uptimes-3.8.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp readme.gentoo-r1 + +MY_PN="${PN}.el" +DESCRIPTION="Track and display emacs session uptimes" +HOMEPAGE="http://www.davep.org/emacs/" +SRC_URI="https://github.com/davep/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +SITEFILE="50${PN}-gentoo.el" +DOCS="README.md" +DOC_CONTENTS="Uptimes is not enabled as a site default. Add the following + line to your ~/.emacs file to enable tracking of session uptimes: + \n(require 'uptimes)" |