new stackHDR ebuild
This commit is contained in:
parent
adf19c6f1e
commit
b737a46a24
29
media-gfx/stackHDR/stackHDR-9999.ebuild
Normal file
29
media-gfx/stackHDR/stackHDR-9999.ebuild
Normal file
@ -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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user