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

Implement local-backend

This commit is contained in:
j1nx
2021-01-09 18:47:29 +01:00
parent bb7e6c3d3b
commit 9f904fb811
45 changed files with 440 additions and 15 deletions

View File

@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-local-backend
#
################################################################################
PYTHON_OVOS_LOCAL_BACKEND_VERSION = 0.1.0
PYTHON_OVOS_LOCAL_BACKEND_SOURCE = ovos-local-backend-$(PYTHON_OVOS_LOCAL_BACKEND_VERSION).tar.gz
PYTHON_OVOS_LOCAL_BACKEND_SITE = https://files.pythonhosted.org/packages/b6/b9/18c2f9961fa4baa5afaac0387ec85bc1ae6fef82bbeac335c4c6b9c8ec10
PYTHON_OVOS_LOCAL_BACKEND_SETUP_TYPE = setuptools
$(eval $(python-package))