diff options
author | Horea Christian <chr@chymera.eu> | 2020-02-04 05:44:02 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-02-06 08:19:54 +0200 |
commit | 469c27373d0f714b2effd33711820a8f0c591249 (patch) | |
tree | 0b6a9a6a8423eded8ffb1614e23b5a221e72a09c /app-backup/mkstage4/mkstage4-0.2.ebuild | |
parent | dev-python/sybil: Remove py2 (diff) | |
download | gentoo-469c27373d0f714b2effd33711820a8f0c591249.tar.gz gentoo-469c27373d0f714b2effd33711820a8f0c591249.tar.bz2 gentoo-469c27373d0f714b2effd33711820a8f0c591249.zip |
app-backup/mkstage4: version bump 0.2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Horea Christian <chr@chymera.eu>
Closes: https://github.com/gentoo/gentoo/pull/14545
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-backup/mkstage4/mkstage4-0.2.ebuild')
-rw-r--r-- | app-backup/mkstage4/mkstage4-0.2.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-backup/mkstage4/mkstage4-0.2.ebuild b/app-backup/mkstage4/mkstage4-0.2.ebuild new file mode 100644 index 000000000000..b091507e94f0 --- /dev/null +++ b/app-backup/mkstage4/mkstage4-0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Bash Utility for Creating Stage 4 Tarballs" +HOMEPAGE="https://github.com/TheChymera/mkstage4" +SRC_URI="https://github.com/TheChymera/mkstage4/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + app-arch/tar + app-shells/bash +" + +src_install() { + newbin mkstage4.sh mkstage4 +} |