From b737a46a24dbc7ef18b4fbcfe53bc9a3f1d869ff Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Thu, 18 Sep 2014 08:02:15 +0200 Subject: [PATCH] new stackHDR ebuild --- media-gfx/stackHDR/stackHDR-9999.ebuild | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 media-gfx/stackHDR/stackHDR-9999.ebuild diff --git a/media-gfx/stackHDR/stackHDR-9999.ebuild b/media-gfx/stackHDR/stackHDR-9999.ebuild new file mode 100644 index 0000000..df17c08 --- /dev/null +++ b/media-gfx/stackHDR/stackHDR-9999.ebuild @@ -0,0 +1,29 @@ +# 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" + +DESCRIPTION="Integrated processing for exposure-bracketed images" +HOMEPAGE="https://github.com/TheChymera/${PN}" +EGIT_REPO_URI="https://github.com/TheChymera/${PN}.git" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="app-shells/bash + media-gfx/hugin + media-gfx/ufraw" + + +src_install() { + exeinto /usr/bin/ + newexe "${S}"/stackHDR.sh stackHDR +}