go-mode-1.4.0.ebuild 440 B

12345678910111213141516171819
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit elisp
  5. DESCRIPTION="An improved Go mode for emacs"
  6. HOMEPAGE="https://github.com/dominikh/go-mode.el"
  7. SRC_URI="https://github.com/dominikh/go-mode.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
  8. LICENSE="BSD"
  9. SLOT="0"
  10. KEYWORDS="~amd64"
  11. S="${WORKDIR}/go-mode.el-${PV}"
  12. SITEFILE="50${PN}-gentoo.el"
  13. DOCS="AUTHORS README.md"