mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 18:26:18 +00:00
898996e762
This is a dependency of newer game.libretro versions Signed-off-by: Matthias Reichl <hias@horus.com>
19 lines
747 B
Makefile
19 lines
747 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="rcheevos"
|
|
PKG_VERSION="9.2.0"
|
|
PKG_SHA256="c8ed6ca74f905ea0c256250e46cced579922880001337e7c3d3d68179ad89d4e"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://github.com/RetroAchievements/rcheevos"
|
|
PKG_URL="https://github.com/RetroAchievements/rcheevos/archive/v${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Library to parse and evaluate achievements and leaderboards for RetroAchievements"
|
|
PKG_BUILD_FLAGS="+pic"
|
|
|
|
post_unpack() {
|
|
# rcheevos doesn't come with any build files, use a copy of the cmake file in
|
|
# game.libretro (depends/common/rcheevos/CMakeLists.txt)
|
|
cp "${PKG_DIR}/source/CMakeLists.txt" "${PKG_BUILD}"
|
|
}
|