1
0
mirror of synced 2024-06-06 20:57:54 +02:00
TheChymera-overlay/app-misc/mkusers/mkusers-9999.ebuild
Horea Christian 99c75446c7
app-misc/mkusers: new ebuild
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-14 18:45:18 +02:00

24 lines
463 B
Bash

# 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
}