mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-18 23:38:57 -04:00
21 lines
443 B
Bash
21 lines
443 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
PYTHON_COMPAT=(python3_{9..11})
|
|
|
|
inherit distutils-r1 git-r3
|
|
|
|
DESCRIPTION="A video downloader for YouTube, Youku, niconico and a few other sites"
|
|
HOMEPAGE="http://www.soimort.org/you-get"
|
|
|
|
EGIT_REPO_URI="https://github.com/soimort/you-get.git"
|
|
EGIT_BRANCH="develop"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RESTRICT="test"
|