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

Add skill-news as pre installed skill

This commit is contained in:
j1nx
2021-06-09 20:50:27 +02:00
parent 55a8bac340
commit 691fd79538
10 changed files with 83 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-youtube-searcher
#
################################################################################
PYTHON_YOUTUBE_SEARCHER_VERSION = 0.1.6
PYTHON_YOUTUBE_SEARCHER_SOURCE = youtube_searcher-$(PYTHON_YOUTUBE_SEARCHER_VERSION).tar.gz
PYTHON_YOUTUBE_SEARCHER_SITE = https://files.pythonhosted.org/packages/e9/7c/c95ce24b6f36d51cc5c41b79265ca5181157a455d95a7c958bc082cfe8c4
PYTHON_YOUTUBE_SEARCHER_SETUP_TYPE = setuptools
PYTHON_YOUTUBE_SEARCHER_LICENSE = Apache
$(eval $(python-package))