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

Add and/or Bump of all OVOS related packages and skills

This commit is contained in:
j1nx
2021-04-06 10:28:53 +02:00
parent 196affff22
commit f944bc57cc
20 changed files with 127 additions and 3 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_OVOS_PLUGIN_MANAGER
bool "python-ovos-plugin-manager"
help
OPM can be used to search, install, load
and create plugins for the OpenVoiceOS ecosystem!
https://github.com/OpenVoiceOS/OVOS-plugin-manager

View File

@ -0,0 +1 @@
sha256 4806fc7724d8a8f2e404f28dbccaf2d0e6001ceb1c11a2d3bf2882edd7a3927c python-ovos-plugin-manager-2362602adf0574c42882504127474258409012c5.tar.gz

View File

@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-plugin-manager
#
################################################################################
PYTHON_OVOS_PLUGIN_MANAGER_VERSION = 2362602adf0574c42882504127474258409012c5
PYTHON_OVOS_PLUGIN_MANAGER_SITE = $(call github,OpenVoiceOS,OVOS-plugin-manager,$(PYTHON_OVOS_PLUGIN_MANAGER_VERSION))
PYTHON_OVOS_PLUGIN_MANAGER_SETUP_TYPE = setuptools
PYTHON_OVOS_PLUGIN_MANAGER_LICENSE_FILES = LICENSE
$(eval $(python-package))