Merge github#363: sys-process/atop: add systemd support
[gentoo.git] / app-eselect / eselect-awk / eselect-awk-0.2.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=4
6
7 DESCRIPTION="Manages the {,/usr}/bin/awk symlink"
8 HOMEPAGE="https://www.gentoo.org"
9 SRC_URI="https://dev.gentoo.org/~ottxor/distfiles/${P}.tar.gz"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos"
14 IUSE=""
15
16 src_install() {
17         insinto /usr/share/eselect/modules
18         doins awk.eselect
19 }