app-eselect/eselect-rust: bump to v20200419
[gentoo.git] / app-eselect / eselect-sh / eselect-sh-0.4-r2.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 DESCRIPTION="Manages the /bin/sh (POSIX shell) symlink"
7 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
8 SRC_URI=""
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
13 IUSE=""
14
15 RDEPEND="app-eselect/eselect-lib-bin-symlink"
16
17 S=${FILESDIR}
18
19 src_install() {
20         insinto /usr/share/eselect/modules
21         newins sh.eselect-${PVR} sh.eselect
22 }