mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
13 lines
455 B
Makefile
13 lines
455 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="glm"
|
|
PKG_VERSION="0.9.9.5"
|
|
PKG_SHA256="4fe34860ce69156f63eea6c3d84c91cadfc330353cf275ff394aef4e163cafee"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://glm.g-truc.net/"
|
|
PKG_URL="https://github.com/g-truc/glm/releases/download/$PKG_VERSION/glm-$PKG_VERSION.zip"
|
|
PKG_SOURCE_DIR="glm"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="OpenGL Mathematics (GLM)"
|