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

Switch to HolmesV

This commit is contained in:
j1nx
2021-05-16 12:03:19 +02:00
parent a30db247c0
commit f8afc9b25c
13 changed files with 95 additions and 21 deletions

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-holmesv
#
################################################################################
PYTHON_HOLMESV_VERSION = 302277ec47185e1728ca7b08ef8a647d1102c585
PYTHON_HOLMESV_SITE = $(call github,HelloChatterbox,HolmesV,$(PYTHON_HOLMESV_VERSION))
PYTHON_HOLMESV_SETUP_TYPE = setuptools
PYTHON_HOLMESV_LICENSE_FILES = LICENSE
$(eval $(python-package))