mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-14 02:06:21 +01:00
13 lines
442 B
Makefile
13 lines
442 B
Makefile
|
################################################################################
|
||
|
#
|
||
|
# 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))
|