| # Copyright 1999-2022 Gentoo Authors | |
| # Distributed under the terms of the GNU General Public License v2 | |
| EAPI=7 | |
| DESCRIPTION="Manages the {,/usr}/bin/awk symlink" | |
| HOMEPAGE="https://gitweb.gentoo.org/proj/eselect-awk.git/" | |
| SRC_URI="https://gitweb.gentoo.org/proj/eselect-awk.git/snapshot/${P}.tar.bz2" | |
| LICENSE="GPL-2" | |
| SLOT="0" | |
| KEYWORDS="*" | |
| src_install() { | |
| insinto /usr/share/eselect/modules | |
| doins awk.eselect | |
| } |