summaryrefslogtreecommitdiff
blob: 98945f5fd3bd5b22a46ca2e7f42aaa1375ac1e92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

MY_PV="$(ver_rs 1 '-')EST"
MY_P="${PN}-${MY_PV}"

DESCRIPTION="Elle Stone's well-behaved RGB and grey ICC profiles"
HOMEPAGE="https://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html"
SRC_URI="https://github.com/ellelstone/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"

LICENSE="CC-BY-SA-3.0"
SLOT="0"
KEYWORDS="~amd64"

S="${WORKDIR}/${MY_P}"

src_install() {
	default

	insinto /usr/share/color/icc/ellestone
	doins profiles/*.icc
}