mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Add OCP streaming plugins
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_PYTHON_OVOS_OCP_YOUTUBE_PLUGIN
|
||||
bool "python-ovos-ocp-youtube-plugin"
|
||||
help
|
||||
|
||||
https://github.com/OpenVoiceOS/ovos-ocp-youtube-plugin
|
@ -0,0 +1 @@
|
||||
sha256 70548af946f56ac28feb8bf5a12b81958ec363aa6d39dbe4e3aa76dabf7efd79 python-ovos-ocp-youtube-plugin-eb77b2c753e0afaf4d76172d40272222f05229eb.tar.gz
|
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ovos-ocp-youtube-plugin
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_OVOS_OCP_YOUTUBE_PLUGIN_VERSION = eb77b2c753e0afaf4d76172d40272222f05229eb
|
||||
PYTHON_OVOS_OCP_YOUTUBE_PLUGIN_SITE = $(call github,OpenVoiceOS,ovos-ocp-youtube-plugin,$(PYTHON_OVOS_OCP_YOUTUBE_PLUGIN_VERSION))
|
||||
PYTHON_OVOS_OCP_YOUTUBE_PLUGIN_SETUP_TYPE = setuptools
|
||||
PYTHON_OVOS_OCP_YOUTUBE_PLUGIN_LICENSE_YOUTUBE = LICENSE
|
||||
PYTHON_OVOS_OCP_YOUTUBE_PLUGIN_ENV = MYCROFT_LOOSE_REQUIREMENTS=true
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user