app-misc/mkusers - 9999 (chymeric)

Search

Install

Install this version:

emerge -a =app-misc/mkusers-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/mkusers-9999

Or alternatively:

emerge --autounmask-write -a =app-misc/mkusers-9999

Package Information

Description:
Automatically Create a Large Amount of Users on a Linux System.
Homepage:
https://github.com/TheChymera/mkusers
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 6 ~amd64 0
View Raw Ebuild
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="6"

inherit git-r3

DESCRIPTION="Automatically Create a Large Amount of Users on a Linux System."
HOMEPAGE="https://github.com/TheChymera/mkusers"
EGIT_REPO_URI="https://github.com/TheChymera/${PN}.git"

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

DEPEND=""
RDEPEND=""

src_install() {
	exeinto /usr/bin/
	newexe "${S}"/mkusers.sh mkusers
}

Inherited Eclasses