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

Add skill-joke as pre installed skill

This commit is contained in:
j1nx
2021-06-09 21:13:43 +02:00
parent 814edcb2a3
commit 8965f3c0b8
7 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_PYJOKES
bool "python-pyjokes"
help
One line jokes for programmers (jokes as a service).
https://pyjok.es/

View File

@@ -0,0 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/pyjokes/json
md5 bfc23a9a17fd012a4f69a7e1c4d8f232 pyjokes-0.6.0.tar.gz
sha256 08860eedb78cbfa4618243c8db088f21c39823ece1fdaf0133e52d9c56e981a5 pyjokes-0.6.0.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-pyjokes
#
################################################################################
PYTHON_PYJOKES_VERSION = 0.6.0
PYTHON_PYJOKES_SOURCE = pyjokes-$(PYTHON_PYJOKES_VERSION).tar.gz
PYTHON_PYJOKES_SITE = https://files.pythonhosted.org/packages/c2/82/faa0a9676ba148de181793a81f193f4a5a9eb344b4faf80fa28d8b1c8f3f
PYTHON_PYJOKES_SETUP_TYPE = setuptools
PYTHON_PYJOKES_LICENSE = FIXME: please specify the exact BSD version
$(eval $(python-package))