diff options
Diffstat (limited to 'app-emacs/go-mode/go-mode-1.4.0.ebuild')
-rw-r--r-- | app-emacs/go-mode/go-mode-1.4.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-emacs/go-mode/go-mode-1.4.0.ebuild b/app-emacs/go-mode/go-mode-1.4.0.ebuild new file mode 100644 index 000000000000..146d92d95fc1 --- /dev/null +++ b/app-emacs/go-mode/go-mode-1.4.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit elisp + +DESCRIPTION="An improved Go mode for emacs" +HOMEPAGE="https://github.com/dominikh/go-mode.el" +SRC_URI="https://github.com/dominikh/go-mode.el/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}/go-mode.el-${PV}" +SITEFILE="50${PN}-gentoo.el" +DOCS="AUTHORS README.md" |