distribution/packages/ui/emulationstation/themes/es-theme-art-book-next/package.mk

21 lines
644 B
Makefile
Raw Normal View History

2022-02-05 14:23:32 +00:00
# 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"
2022-02-06 20:20:45 +00:00
PKG_VERSION="09b5e0d"
2022-02-05 14:23:32 +00:00
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
}