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

Add python-neon-solver-plugin-wikipedia

This commit is contained in:
j1nx
2022-06-05 12:55:50 +02:00
parent e1ba622fde
commit ba411aaf07
6 changed files with 22 additions and 0 deletions

View File

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

View File

@@ -0,0 +1 @@
sha256 293e4d216da8a2b0e729c8732ac00fa4aec4971f3fc754f14c11fda6aaffbbed python-neon-solver-plugin-wikipedia-f675e025160259eb659a210c68782e66d1f78f99.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-neon-solver-plugin-wikipedia
#
################################################################################
PYTHON_NEON_SOLVER_PLUGIN_WIKIPEDIA_VERSION = f675e025160259eb659a210c68782e66d1f78f99
PYTHON_NEON_SOLVER_PLUGIN_WIKIPEDIA_SITE = $(call github,NeonGeckoCom,neon-solver-plugin-wikipedia,$(PYTHON_NEON_SOLVER_PLUGIN_WIKIPEDIA_VERSION))
PYTHON_NEON_SOLVER_PLUGIN_WIKIPEDIA_SETUP_TYPE = setuptools
PYTHON_NEON_SOLVER_PLUGIN_WIKIPEDIA_LICENSE_FILES = LICENSE
$(eval $(python-package))