# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" inherit git-r3 RESTRICT="strip" DESCRIPTION="Bash Utility for Creating Stage 4 Tarballs" HOMEPAGE="https://github.com/TheChymera/mkstage4" 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/ newexe "${S}"/mkstage4.sh mkstage4 }