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

Add new python-ovos-phal package

This commit is contained in:
j1nx
2022-02-23 14:49:59 +01:00
parent af4d59e75f
commit 93b05e6f26
6 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-phal
#
################################################################################
PYTHON_OVOS_PHAL_VERSION = a431fac224b7bdc1259f5fe1b1489ae995ca5f03
PYTHON_OVOS_PHAL_SITE = $(call github,OpenVoiceOS,ovos_PHAL,$(PYTHON_OVOS_PHAL_VERSION))
PYTHON_OVOS_PHAL_SETUP_TYPE = setuptools
PYTHON_OVOS_PHAL_LICENSE_FILES = LICENSE
$(eval $(python-package))