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

Add additional packages and bump ddg and wolfie skill

This commit is contained in:
j1nx
2022-02-03 10:15:57 +01:00
parent 9603f267f8
commit dcf39a3db4
23 changed files with 137 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_NEON_SOLVER_PLUGIN_DDG
bool "python-neon-solver-plugin-ddg"
help
neon solver plugin ddg
https://github.com/NeonGeckoCom/neon-solver-plugin-ddg

View File

@@ -0,0 +1 @@
sha256 94486cd6f128306b8f6b6e9f71bba63309a85b28cad5461c0cb6522c3b467b6e python-neon-solver-plugin-ddg-0afd34a5c11dff119576707b3885f054adb9db91.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-neon-solver-plugin-ddg
#
################################################################################
PYTHON_NEON_SOLVER_PLUGIN_DDG_VERSION = 0afd34a5c11dff119576707b3885f054adb9db91
PYTHON_NEON_SOLVER_PLUGIN_DDG_SITE = $(call github,NeonGeckoCom,neon-solver-plugin-ddg,$(PYTHON_NEON_SOLVER_PLUGIN_DDG_VERSION))
PYTHON_NEON_SOLVER_PLUGIN_DDG_SETUP_TYPE = setuptools
PYTHON_NEON_SOLVER_PLUGIN_DDG_LICENSE_FILES = LICENSE
$(eval $(python-package))