mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 08:01:23 +00:00
13 lines
526 B
Makefile
13 lines
526 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2025-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="hyperhdr-stb"
|
|
PKG_VERSION="f7f20f39fe4f206c6f19e26ebfef7b261ee59ee4"
|
|
PKG_SHA256="76bbeda8d27488b8520e2c05b722c6f2500530ac41de3240d364a2ad800eb273"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://github.com/nothings/stb"
|
|
PKG_URL="https://github.com/nothings/stb/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="single-file public domain (or MIT licensed) libraries for C/C++"
|
|
PKG_TOOLCHAIN="manual"
|