summaryrefslogtreecommitdiff
blob: f7ab6d813779088dba5e910b5271ebb7fe8ae294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MY_P="sh.eselect-${PV}"
DESCRIPTION="Manages the /bin/sh (POSIX shell) symlink"
HOMEPAGE="http://github.com/mgorny/eselect-sh/"
SRC_URI="http://github.com/downloads/mgorny/${PN}/${MY_P}.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="app-admin/eselect"

src_install() {
	insinto /usr/share/eselect/modules
	newins "${MY_P}" sh.eselect || die "newins failed"
}