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,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
|
@@ -0,0 +1 @@
|
||||
sha256 b26ffc7b42abbd02bda9fccd692dde633576a2479bd0cfc07b5e5a22fc39a336 python-ovos-skill-installer-79db45e21bdf06cfa6f93a3dcf6a78cefaea1554.tar.gz
|
@@ -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))
|
Reference in New Issue
Block a user