1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-12 00:55:31 +01:00
OpenVoiceOS/buildroot-external/package/python-speech2text/python-speech2text.mk
2021-01-09 18:47:29 +01:00

13 lines
503 B
Makefile

################################################################################
#
# python-speech2text
#
################################################################################
PYTHON_SPEECH2TEXT_VERSION = 0.2.1
PYTHON_SPEECH2TEXT_SOURCE = speech2text-$(PYTHON_SPEECH2TEXT_VERSION).tar.gz
PYTHON_SPEECH2TEXT_SITE = https://files.pythonhosted.org/packages/a2/d9/de3f72dfc604a73a3e9b3e69c42de5cb9662e69c677e7914a4d89b528840
PYTHON_SPEECH2TEXT_SETUP_TYPE = setuptools
$(eval $(python-package))