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,12 @@
config BR2_PACKAGE_PYTHON_OVOS_SKILL_MANAGER
bool "python-ovos-skill-manager"
help
Skill installer for OVOS. Install skills from any appstore!
The mycroft-skills-manager alternative that is not vendor locked,
this means you must use it responsibly!
Do not install random skills, different appstores have
different policies!
https://github.com/OpenVoiceOS/ovos_skill_manager

View File

@ -0,0 +1 @@
sha256 5602973992c560b979479bc423fcac0766d63bbf884d044f2cfe13b26dc421fe python-ovos-skill-manager-a36eb3d730e21275c4b9601f9a7acf37ffde1069.tar.gz

View File

@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-skill-manager
#
################################################################################
PYTHON_OVOS_SKILL_MANAGER_VERSION = a36eb3d730e21275c4b9601f9a7acf37ffde1069
PYTHON_OVOS_SKILL_MANAGER_SITE = $(call github,OpenVoiceOS,ovos_skill_manager,$(PYTHON_OVOS_SKILL_MANAGER_VERSION))
PYTHON_OVOS_SKILL_MANAGER_SETUP_TYPE = setuptools
PYTHON_OVOS_SKILL_MANAGER_LICENSE_FILES = LICENSE
$(eval $(python-package))