1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-29 18:09:33 +01:00

13 lines
442 B
Makefile
Raw Normal View History

2021-05-16 12:03:19 +02:00
################################################################################
#
# python-holmesv
#
################################################################################
2021-06-23 12:24:34 +02:00
PYTHON_HOLMESV_VERSION = 5712518f13286a06ffe2921d746bdb20a04a06f0
2021-05-16 12:03:19 +02:00
PYTHON_HOLMESV_SITE = $(call github,HelloChatterbox,HolmesV,$(PYTHON_HOLMESV_VERSION))
PYTHON_HOLMESV_SETUP_TYPE = setuptools
PYTHON_HOLMESV_LICENSE_FILES = LICENSE
$(eval $(python-package))