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:
6
buildroot-external/package/python-pyjokes/Config.in
Normal file
6
buildroot-external/package/python-pyjokes/Config.in
Normal 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/
|
@@ -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
|
13
buildroot-external/package/python-pyjokes/python-pyjokes.mk
Normal file
13
buildroot-external/package/python-pyjokes/python-pyjokes.mk
Normal 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))
|
Reference in New Issue
Block a user