*/*: Bump copyright on files touched this year
[gentoo.git] / app-eselect / eselect-awk / eselect-awk-0.2.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 {,/usr}/bin/awk symlink"
7 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
8 SRC_URI="https://dev.gentoo.org/~junghans/distfiles/${P}.tar.gz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-macos"
13 IUSE=""
14
15 src_install() {
16         insinto /usr/share/eselect/modules
17         doins awk.eselect
18 }