1
0
This repository has been archived on 2024-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2024-05-25 20:13:17 +02:00

12 lines
412 B
Makefile

PKG_NAME="retroarch_overlays"
PKG_VERSION="98a174739584ca2e9d2c2082ee1df5ca4bb8ece4"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/libretro/common-overlays"
PKG_URL="${PKG_SITE}.git"
PKG_LONGDESC="Collection of overlay files for use with libretro frontends, such as RetroArch."
PKG_TOOLCHAIN="manual"
makeinstall_target() {
make -C ${PKG_BUILD} install INSTALLDIR="${INSTALL}/usr/share/retroarch/overlays"
}