1
0
mirror of synced 2024-06-30 08:12:51 +02:00
TheChymera-overlay/app-backup/mkstage4/mkstage4-9999.ebuild
Horea Christian 71d3dc1e98
app-backup/mkstage4: Updated EAPI and Fixed QA errors
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-14 18:44:19 +02:00

27 lines
492 B
Bash

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