gentoo/app-emacs/pov-mode/pov-mode-3.3-r1.ebuild
Ulrich Müller 09c0c59055
app-emacs/pov-mode: Update HOMEPAGE.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2019-10-01 16:49:31 +02:00

29 lines
609 B
Bash

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit elisp
DESCRIPTION="Major mode for Povray scene files"
HOMEPAGE="https://github.com/melmothx/pov-mode"
SRC_URI="https://github.com/emacsmirror/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+ FDL-1.2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="sys-apps/texinfo"
SITEFILE="50${PN}-gentoo.el"
ELISP_REMOVE="${PN}-pkg.el ${PN}.info"
ELISP_TEXINFO="info/${PN}.texi"
DOCS="README"
src_install() {
elisp_src_install
insinto ${SITEETC}/${PN}
doins *.xpm
doins -r InsertMenu/
}