summaryrefslogtreecommitdiff
blob: 0eb036735d60f3394fc14da2b9905257a523d524 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Additional skins for XXV"
HOMEPAGE="https://projects.vdr-developer.org/projects/xxv"
SRC_URI="mirror://vdr-developerorg/719/${P}.tgz
		mirror://vdr-developerorg/720/xxv-jason-${PV}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="~www-misc/xxv-${PV}"

src_install() {
	insinto /usr/share/xxv/skins
	doins -r . "${WORKDIR}"/jason/.
}