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

Add ovos-phal-plugin-system package

This commit is contained in:
j1nx
2022-03-15 20:20:00 +01:00
parent 61328f5637
commit 1149549793
6 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_OVOS_PHAL_PLUGIN_SYSTEM
bool "python-ovos-phal-plugin-system"
help
OVOS-PHAL System events
https://github.com/OpenVoiceOS/ovos-PHAL-plugin-system

View File

@@ -0,0 +1 @@
sha256 9a8750a77aab277c4dee3874418bfc98552cd6315ed41794a1a0a36951ec3f7b python-ovos-phal-plugin-system-13fe81eba8a23edd67121af3858c546e179fd95a.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-phal-plugin-system
#
################################################################################
PYTHON_OVOS_PHAL_PLUGIN_SYSTEM_VERSION = 13fe81eba8a23edd67121af3858c546e179fd95a
PYTHON_OVOS_PHAL_PLUGIN_SYSTEM_SITE = $(call github,OpenVoiceOS,ovos-PHAL-plugin-system,$(PYTHON_OVOS_PHAL_PLUGIN_SYSTEM_VERSION))
PYTHON_OVOS_PHAL_PLUGIN_SYSTEM_SETUP_TYPE = setuptools
PYTHON_OVOS_PHAL_PLUGIN_SYSTEM_LICENSE_FILES = LICENSE
$(eval $(python-package))