1
0
mirror of synced 2024-05-29 16:58:21 +02:00
TheChymera-overlay/media-gfx/stackHDR/stackHDR-9999.ebuild
Horea Christian c0e9305dfd
media-gfx/stackHDR: updated eclass and added metadata
Fixes https://bugs.gentoo.org/717846

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Horea Christian <chr@chymera.eu>
2020-04-17 06:21:45 -04:00

28 lines
518 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit git-r3
RESTRICT="strip"
DESCRIPTION="Integrated processing for exposure-bracketed images"
HOMEPAGE="https://github.com/TheChymera/stackHDR"
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
}