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:
@ -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
|
@ -0,0 +1 @@
|
||||
sha256 4806fc7724d8a8f2e404f28dbccaf2d0e6001ceb1c11a2d3bf2882edd7a3927c python-ovos-plugin-manager-2362602adf0574c42882504127474258409012c5.tar.gz
|
@ -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))
|
Reference in New Issue
Block a user