gentoo-zh/net-misc/you-get/you-get-9999.ebuild
2023-11-15 08:43:35 +08:00

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"