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

Add OVOS-Dashboard and its dependencies

This commit is contained in:
Peter Steenbergen
2021-09-22 15:46:32 +02:00
parent 0603eb27f6
commit 3b8a390b6c
29 changed files with 261 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_TAILHEAD
bool "python-tailhead"
help
tailhead is a simple implementation of GNU tail and head.
https://github.com/GreatFruitOmsk/tailhead

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/tailhead/json
md5 81f86439720ce9e22660b7edc148dee9 tailhead-1.0.2.tar.gz
sha256 916f70583494f38009410f178c3aea3f3b5e3f3b9c2d83f643547b2651147a03 tailhead-1.0.2.tar.gz
# Locally computed sha256 checksums
sha256 cf3129a39f1c9db825f5c072421c437a1a881c6347fc33177eec74f498cdaf0f LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-tailhead
#
################################################################################
PYTHON_TAILHEAD_VERSION = 1.0.2
PYTHON_TAILHEAD_SOURCE = tailhead-$(PYTHON_TAILHEAD_VERSION).tar.gz
PYTHON_TAILHEAD_SITE = https://files.pythonhosted.org/packages/17/ef/d07d5a05e490f1b2ef7e5914e61ea222165ae76356a701551a1fd24b1dfc
PYTHON_TAILHEAD_SETUP_TYPE = setuptools
PYTHON_TAILHEAD_LICENSE = MIT
PYTHON_TAILHEAD_LICENSE_FILES = LICENSE
$(eval $(python-package))