mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-16 19:08:43 +01:00
71f8e6c00f
Pushed for backup. DO NOT build this as of yet.
12 lines
489 B
Makefile
12 lines
489 B
Makefile
################################################################################
|
|
#
|
|
# python-ovos-stt-plugin-selene
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_OVOS_STT_PLUGIN_SELENE_VERSION = 31bdc3a89cbfa23f668ae53ff2459af43905ddad
|
|
PYTHON_OVOS_STT_PLUGIN_SELENE_SITE = $(call github,OpenVoiceOS,ovos-stt-plugin-selene,$(PYTHON_OVOS_STT_PLUGIN_SELENE_VERSION))
|
|
PYTHON_OVOS_STT_PLUGIN_SELENE_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|