0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-01 08:01:23 +00:00
Matthias Reichl 6dfa96ede9 hyperhdr: add addon and depends
Signed-off-by: Matthias Reichl <hias@horus.com>
2025-02-05 13:01:03 +01:00

13 lines
506 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2025-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="hyperhdr-nanopb"
PKG_VERSION="6cfe48d6f1593f8fa5c0f90437f5e6522587745e"
PKG_SHA256="556899aeba86a151a0c27b85234cc1918b8278d90d482aaeb58207da5720dd4a"
PKG_LICENSE="Zlib"
PKG_SITE="https://github.com/nanopb/nanopb"
PKG_URL="https://github.com/nanopb/nanopb/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Protocol Buffers for Embedded Systems"
PKG_TOOLCHAIN="manual"