1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-10 00:40:43 +01:00

13 lines
442 B
Makefile
Raw Normal View History

2021-05-16 12:03:19 +02:00
################################################################################
#
# 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))