Revert "colorzero: drop unused legacy package"

This reverts commit d5f0233d7b191e0c2a69715a233600b2a0c56a32.
This commit is contained in:
Matthias Reichl 2021-07-05 09:55:42 +02:00 committed by CvH
parent 39963987b6
commit 82628dfd9e

View File

@ -0,0 +1,13 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="colorzero"
PKG_VERSION="1.1"
PKG_SHA256="24d30b55793150f9ae7478f8aa2126fe5598a31f928907eadbf9d5a19aa9964c"
PKG_ARCH="arm"
PKG_LICENSE="BSD"
PKG_SITE="https://github.com/waveform80/colorzero"
PKG_URL="https://github.com/waveform80/colorzero/archive/release-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Another color manipulation library for Python (originally from picamera)."
PKG_TOOLCHAIN="manual"