diff options
author | 2020-04-26 12:59:06 +0200 | |
---|---|---|
committer | 2020-04-26 12:59:06 +0200 | |
commit | 53b57dafc19fe4a959b7c91104cbdceeae44a311 (patch) | |
tree | 01ed51479d16ecd24703fc4eb9189571add9c33d /net-misc/you-get/you-get-0.4.1270-r1.ebuild | |
parent | net-misc/streamlink: Replace virtual/ffmpeg (diff) | |
download | gentoo-53b57dafc19fe4a959b7c91104cbdceeae44a311.tar.gz gentoo-53b57dafc19fe4a959b7c91104cbdceeae44a311.tar.bz2 gentoo-53b57dafc19fe4a959b7c91104cbdceeae44a311.zip |
net-misc/you-get: Replace virtual/ffmpeg
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/you-get/you-get-0.4.1270-r1.ebuild')
-rw-r--r-- | net-misc/you-get/you-get-0.4.1270-r1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-misc/you-get/you-get-0.4.1270-r1.ebuild b/net-misc/you-get/you-get-0.4.1270-r1.ebuild new file mode 100644 index 000000000000..c8fd8bc47327 --- /dev/null +++ b/net-misc/you-get/you-get-0.4.1270-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=(python3_6) + +inherit eutils distutils-r1 + +DESCRIPTION="utility to download media contents from the web" +HOMEPAGE="http://www.soimort.org/you-get" +SRC_URI="https://github.com/soimort/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +RDEPEND=" + ${PYTHON_DEPS} + media-video/ffmpeg +" |