1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-23 23:27:38 +01:00

13 lines
536 B
Makefile
Raw Normal View History

2021-08-08 12:07:51 +02:00
################################################################################
#
# python-ovos-guiplayer-plugin
#
################################################################################
PYTHON_OVOS_GUIPLAYER_PLUGIN_VERSION = f6b0dc8082672f6c5f092be7ffe2d0f4b0520882
PYTHON_OVOS_GUIPLAYER_PLUGIN_SITE = $(call github,OpenVoiceOS,ovos-guiplayer-plugin,$(PYTHON_OVOS_GUIPLAYER_PLUGIN_VERSION))
PYTHON_OVOS_GUIPLAYER_PLUGIN_SETUP_TYPE = setuptools
PYTHON_OVOS_GUIPLAYER_PLUGIN_LICENSE_FILES = LICENSE
$(eval $(python-package))