1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add ovos-vlc-plugin

This commit is contained in:
j1nx
2021-08-09 11:24:40 +02:00
parent 359fdf7c3a
commit d8c220e72f
5 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-vlc-plugin
#
################################################################################
PYTHON_OVOS_VLC_PLUGIN_VERSION = a3120b5e4fac416205f9c2dc6fd6131a5424f9ad
PYTHON_OVOS_VLC_PLUGIN_SITE = $(call github,OpenVoiceOS,ovos-vlc-plugin,$(PYTHON_OVOS_VLC_PLUGIN_VERSION))
PYTHON_OVOS_VLC_PLUGIN_SETUP_TYPE = setuptools
PYTHON_OVOS_VLC_PLUGIN_LICENSE_FILES = LICENSE
$(eval $(python-package))