1
1
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:
j1nx
2023-01-11 20:20:11 +01:00
parent d606b70920
commit 4c20871efe
24 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
config BR2_PACKAGE_PYTHON_OVOS_OCP_BANDCAMP_PLUGIN
bool "python-ovos-ocp-bandcamp-plugin"
help
https://github.com/OpenVoiceOS/ovos-ocp-bandcamp-plugin

View File

@@ -0,0 +1 @@
sha256 b7cc99f5ae370e6e1f16735cffac1821865ed937507512abeac0ed13d41140b4 python-ovos-ocp-bandcamp-plugin-b32203de979afbf0378d117ecf12f94820496d1d.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-ovos-ocp-bandcamp-plugin
#
################################################################################
PYTHON_OVOS_OCP_BANDCAMP_PLUGIN_VERSION = b32203de979afbf0378d117ecf12f94820496d1d
PYTHON_OVOS_OCP_BANDCAMP_PLUGIN_SITE = $(call github,OpenVoiceOS,ovos-ocp-bandcamp-plugin,$(PYTHON_OVOS_OCP_BANDCAMP_PLUGIN_VERSION))
PYTHON_OVOS_OCP_BANDCAMP_PLUGIN_SETUP_TYPE = setuptools
PYTHON_OVOS_OCP_BANDCAMP_PLUGIN_LICENSE_FILE = LICENSE
PYTHON_OVOS_OCP_BANDCAMP_PLUGIN_ENV = MYCROFT_LOOSE_REQUIREMENTS=true
$(eval $(python-package))