distribution/packages/games/emulators/drastic/package.mk

19 lines
476 B
Makefile

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2022-present BrooksyTech (https://github.com/brooksytech)
PKG_NAME="drastic"
PKG_LICENSE="GPLv3"
PKG_DEPENDS_TARGET="toolchain"
PKG_TOOLCHAIN="make"
PKG_LONGDESC="Install Drastic Launcher script, still requires to be installed with JelosAddOns"
make_target() {
:
}
makeinstall_target() {
mkdir -p ${INSTALL}/usr/bin
cp -rf ${PKG_DIR}/scripts/* ${INSTALL}/usr/bin
chmod +x ${INSTALL}/usr/bin/drastic.sh
}