libdisplay-info: add package

Signed-off-by: Lukas Rusak <lorusak@gmail.com>
This commit is contained in:
Lukas Rusak 2023-04-10 13:42:12 -07:00
parent f6d5fef470
commit 33b19d2761

View File

@ -0,0 +1,11 @@
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libdisplay-info"
PKG_VERSION="0.1.1"
PKG_SHA256="0d8731588e9f82a9cac96324a3d7c82e2ba5b1b5e006143fefe692c74069fb60"
PKG_LICENSE="MIT"
PKG_SITE="https://gitlab.freedesktop.org/emersion/libdisplay-info"
PKG_URL="https://gitlab.freedesktop.org/emersion/libdisplay-info/-/releases/${PKG_VERSION}/downloads/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain hwdata"
PKG_LONGDESC="EDID and DisplayID library"