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

29 lines
516 B
Bash
Raw Normal View History

2014-09-14 01:14:51 +02:00
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v3
# Author: Horea Christian
EAPI="5"
inherit git-2
RESTRICT="strip"
2014-09-18 08:02:26 +02:00
DESCRIPTION="Bash Utility for Creating Stage 4 Tarballs"
HOMEPAGE="https://github.com/TheChymera/${PN}"
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/
newexe "${S}"/mkstage4.sh mkstage4
}