1
0
mirror of synced 2024-07-02 09:09:01 +02:00
TheChymera-overlay/app-backup/mkstage4/mkstage4-9999.ebuild

27 lines
492 B
Bash
Raw Normal View History

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
2014-09-14 01:14:51 +02:00
EAPI="6"
2014-09-14 01:14:51 +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"
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() {
exeinto /usr/bin/
2014-09-14 01:14:51 +02:00
newexe "${S}"/mkstage4.sh mkstage4
}