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,11 @@
config BR2_PACKAGE_PYTHON_OVOS_SKILL_INSTALLER
bool "python-ovos-skill-installer"
help
Skills can be installed from github branches or
releases, from .zip or .tar.gz urls
This tool is meant to be used internally by
ovos_skills_manager, as an end user your probably
should be using that and not this repository directly.
https://github.com/OpenVoiceOS/ovos_skill_installer

View File

@@ -0,0 +1 @@
sha256 b26ffc7b42abbd02bda9fccd692dde633576a2479bd0cfc07b5e5a22fc39a336 python-ovos-skill-installer-79db45e21bdf06cfa6f93a3dcf6a78cefaea1554.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-skill-installer
#
################################################################################
PYTHON_OVOS_SKILL_INSTALLER_VERSION = 79db45e21bdf06cfa6f93a3dcf6a78cefaea1554
PYTHON_OVOS_SKILL_INSTALLER_SITE = $(call github,OpenVoiceOS,ovos_skill_installer,$(PYTHON_OVOS_SKILL_INSTALLER_VERSION))
PYTHON_OVOS_SKILL_INSTALLER_SETUP_TYPE = setuptools
PYTHON_OVOS_SKILL_INSTALLER_LICENSE_FILES = LICENSE
$(eval $(python-package))