mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 06:51:22 +00:00
13 lines
541 B
Makefile
13 lines
541 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2025-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="hyperhdr-linalg"
|
|
PKG_VERSION="4460f1f5b85ccc81ffcf49aa450d454db58ca90e"
|
|
PKG_SHA256="fbeacd845a4121da101222112af45b2e7f4fb024ad627b4adc97aaaab2272ccb"
|
|
PKG_LICENSE="Unlicense"
|
|
PKG_SITE="https://github.com/sgorsten/linalg"
|
|
PKG_URL="https://github.com/sgorsten/linalg/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="single header, public domain, short vector math library for C++"
|
|
PKG_TOOLCHAIN="manual"
|