20 lines
644 B
Makefile
20 lines
644 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2020 Shanti Gilbert (https://github.com/shantigilbert)
|
|
# Copyright (C) 2020 351ELEC team (https://github.com/fewtarius/351ELEC)
|
|
|
|
PKG_NAME="es-theme-art-book-next"
|
|
PKG_REV="1"
|
|
PKG_VERSION="09b5e0d"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="CUSTOM"
|
|
PKG_SITE="https://github.com/anthonycaccese/es-theme-art-book-next"
|
|
PKG_URL="$PKG_SITE.git"
|
|
GET_HANDLER_SUPPORT="git"
|
|
PKG_SHORTDESC="ArtBook"
|
|
PKG_LONGDESC="Art Book theme"
|
|
PKG_TOOLCHAIN="manual"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p $INSTALL/usr/config/emulationstation/themes/$PKG_NAME
|
|
cp -rf * $INSTALL/usr/config/emulationstation/themes/$PKG_NAME
|
|
}
|