2017-09-14 18:44:19 +02:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2014-09-14 01:14:51 +02:00
|
|
|
|
2017-09-14 18:44:19 +02:00
|
|
|
EAPI="6"
|
2014-09-14 01:14:51 +02:00
|
|
|
|
2017-09-14 18:44:19 +02:00
|
|
|
inherit git-r3
|
2014-09-14 01:14:51 +02:00
|
|
|
|
|
|
|
RESTRICT="strip"
|
|
|
|
|
2014-09-18 08:02:26 +02:00
|
|
|
DESCRIPTION="Bash Utility for Creating Stage 4 Tarballs"
|
2017-09-14 18:44:19 +02:00
|
|
|
HOMEPAGE="https://github.com/TheChymera/mkstage4"
|
2014-09-14 01:14:51 +02:00
|
|
|
EGIT_REPO_URI="https://github.com/TheChymera/${PN}.git"
|
|
|
|
|
|
|
|
LICENSE="GPL-3"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND="app-shells/bash
|
|
|
|
app-arch/tar"
|
|
|
|
|
|
|
|
src_install() {
|
2017-09-14 18:44:19 +02:00
|
|
|
exeinto /usr/bin/
|
2014-09-14 01:14:51 +02:00
|
|
|
newexe "${S}"/mkstage4.sh mkstage4
|
|
|
|
}
|