gensokyo_kappa-overlay/dev-util/reredirect/reredirect-9999.ebuild
kuratsune 4e153a3fd9 Added "reredirect". Works fine.
Signed-off-by: kuratsune <lightmynx@free.fr>
2018-05-17 13:54:18 +02:00

24 lines
532 B
Bash

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit autotools git-r3
DESCRIPTION="A tool to dynamically redirect standard outputs of a running program."
HOMEPAGE="https://github.com/jerome-pouiller/reredirect"
MY_AUTHOR="jerome-pouiller"
EGIT_REPO_URI="https://github.com/${MY_AUTHOR}/${PN}.git"
if [[ ${PV} == "9999" ]] ; then
EGIT_BRANCH="master"
KEYWORDS=""
else
EGIT_COMMIT="reredirect-${PV}"
KEYWORDS="~x86 ~amd64"
fi
LICENSE="MIT"
SLOT="0"