# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

DESCRIPTION="A raw photo workflow tool"
HOMEPAGE="http://www.aftershotpro.com"
SRC_URI="http://dwnld.aftershotpro.com/trials/3/AfterShotPro3-system-QT.deb"

LICENSE=""
SLOT="0"
KEYWORDS="-* ~amd64"
IUSE=""
RESTRICT="mirror strip"

S=${WORKDIR}

src_install() {
	tar -xpzf "${WORKDIR}/data.tar.gz" -C "${D}" || die
	find "${D}" -exec chmod g-w,o-w '{}' '+'
}