diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-11-19 22:20:32 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-11-19 22:20:59 +0100 |
commit | 4461bf4001e7db4d79deb413efcfe70271a8b362 (patch) | |
tree | fc2725273ecaa44387f5b2caf30156a9cf6517cd /app-emacs/atomic-chrome/atomic-chrome-2.0.0.ebuild | |
parent | app-emacs/websocket: Initial import. (diff) | |
download | gentoo-4461bf4001e7db4d79deb413efcfe70271a8b362.tar.gz gentoo-4461bf4001e7db4d79deb413efcfe70271a8b362.tar.bz2 gentoo-4461bf4001e7db4d79deb413efcfe70271a8b362.zip |
app-emacs/atomic-chrome: Initial import.
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'app-emacs/atomic-chrome/atomic-chrome-2.0.0.ebuild')
-rw-r--r-- | app-emacs/atomic-chrome/atomic-chrome-2.0.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emacs/atomic-chrome/atomic-chrome-2.0.0.ebuild b/app-emacs/atomic-chrome/atomic-chrome-2.0.0.ebuild new file mode 100644 index 000000000000..7bcf414202fa --- /dev/null +++ b/app-emacs/atomic-chrome/atomic-chrome-2.0.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +NEED_EMACS=25 + +inherit elisp + +DESCRIPTION="Edit text area on Chrome with Emacs using Atomic Chrome" +HOMEPAGE="https://github.com/alpha22jp/atomic-chrome" +SRC_URI="https://github.com/alpha22jp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="app-emacs/websocket" +RDEPEND="${DEPEND}" + +SITEFILE="50${PN}-gentoo.el" +DOCS="README.md" |