| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
DESCRIPTION="play links submitted via netcat with mpv"
HOMEPAGE="https://github.com/SFTtech/videoscreen"
SRC_URI="https://github.com/SFTtech/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}
media-video/mpv
"
media-video/mpv
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | videoscreen-1.2.tar.gz | 16385 bytes | https://github.com/SFTtech/videoscreen/archive/v1.2.tar.gz |