1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-30 10:25:12 +01:00
j1nx 71f8e6c00f The big catch up game - part2
Pushed for backup. DO NOT build this as of yet.
2022-09-25 18:44:08 +02:00

12 lines
477 B
Makefile

################################################################################
#
# python-ovos-stt-plugin-vosk
#
################################################################################
PYTHON_OVOS_STT_PLUGIN_VOSK_VERSION = 0b350e65a92ecba4dcd5b944fb9e8ed916ad5f8d
PYTHON_OVOS_STT_PLUGIN_VOSK_SITE = $(call github,OpenVoiceOS,ovos-stt-plugin-vosk,$(PYTHON_OVOS_STT_PLUGIN_VOSK_VERSION))
PYTHON_OVOS_STT_PLUGIN_VOSK_SETUP_TYPE = setuptools
$(eval $(python-package))