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,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))