mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-07 10:18:21 +00:00
12 lines
479 B
Makefile
12 lines
479 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (C) 2024-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="spirv-llvm-translator"
|
|
PKG_VERSION="18.1.1"
|
|
PKG_SHA256="c1c7aee4ea23a6a1089bb7f7bad198c28ada65c5b7671434562fe0241d8674d6"
|
|
PKG_LICENSE="LLVM"
|
|
PKG_SITE="https://github.com/KhronosGroup/SPIRV-LLVM-Translator"
|
|
PKG_URL="https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/v${PKG_VERSION}.tar.gz"
|
|
PKG_LONGDESC="SPIRV-LLVM-Translator"
|
|
PKG_TOOLCHAIN="manual"
|