eselect-ctags-9999emacs
download
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="Manages ctags implementations"
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
MY_PN="eselect-emacs"
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git"
EGIT_BRANCH="${MY_PN}"
EGIT_CHECKOUT_DIR="${WORKDIR}/${MY_PN}"
S="${WORKDIR}/${MY_PN}"
LICENSE="GPL-2+"
SLOT="0"
RDEPEND=">=app-admin/eselect-1.2.3"
src_install() {
insinto /usr/share/eselect/modules
doins {ctags,etags}.eselect
doman {ctags,etags}.eselect.5
}