1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-14 02:06:21 +01:00
OpenVoiceOS/buildroot-external/package/python-holmesv/python-holmesv.mk

13 lines
442 B
Makefile
Raw Normal View History

2021-05-16 12:03:19 +02:00
################################################################################
#
# python-holmesv
#
################################################################################
2021-06-18 20:58:18 +02:00
PYTHON_HOLMESV_VERSION = e1fa2035304484850f61f1487515f98eae2cc047
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))