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

Add python-ovos-phal-plugin-connectivity-events package

This commit is contained in:
j1nx
2022-02-23 20:39:31 +01:00
parent 93b05e6f26
commit 96b10fb1c6
6 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_OVOS_PHAL_PLUGIN_CONNECTIVITY_EVENTS
bool "python-ovos-phal-plugin-connectivity-events"
help
OVOS-PHAL Connectivity Events
https://github.com/OpenVoiceOS/ovos-PHAL-plugin-connectivity-events

View File

@@ -0,0 +1 @@
sha256 0be6d07af6e4d410fc25477332f4366e37dfc613357da1ff48c1aec74e872863 python-ovos-phal-plugin-connectivity-events-3dce47382f2d25e0b8157bfa451a4fb18e0087d9.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-phal-plugin-connectivity-events
#
################################################################################
PYTHON_OVOS_PHAL_PLUGIN_CONNECTIVITY_EVENTS_VERSION = 3dce47382f2d25e0b8157bfa451a4fb18e0087d9
PYTHON_OVOS_PHAL_PLUGIN_CONNECTIVITY_EVENTS_SITE = $(call github,OpenVoiceOS,ovos-PHAL-plugin-connectivity-events,$(PYTHON_OVOS_PHAL_PLUGIN_CONNECTIVITY_EVENTS_VERSION))
PYTHON_OVOS_PHAL_PLUGIN_CONNECTIVITY_EVENTS_SETUP_TYPE = setuptools
PYTHON_OVOS_PHAL_PLUGIN_CONNECTIVITY_EVENTS_LICENSE_FILES = LICENSE
$(eval $(python-package))