blob: e316d99e78e05823efc08d4dadd4d9050cbe6f23 [file] [log] [blame]
# 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
}