Ports: Add Launcher for Epsilon
This commit is contained in:
parent
6fa4eb7c8e
commit
d60f617644
Notes:
sideshowbarker
2024-07-18 08:59:56 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/d60f6176444 Pull-request: https://github.com/SerenityOS/serenity/pull/8756 Reviewed-by: https://github.com/linusg ✅
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ files="https://github.com/numworks/epsilon/archive/refs/tags/${version}.tar.gz $
|
|||
auth_type=sha256
|
||||
makeopts="PLATFORM=simulator TARGET=serenity SERENITY_INSTALL_ROOT=${SERENITY_INSTALL_ROOT}"
|
||||
depends="SDL2 libpng libjpeg freetype"
|
||||
launcher_name=Epsilon
|
||||
launcher_category=Utilities
|
||||
launcher_command=/usr/local/bin/epsilon.elf
|
||||
|
||||
install() {
|
||||
run cp output/release/simulator/serenity/epsilon.elf ${SERENITY_INSTALL_ROOT}/usr/local/bin/
|
||||
|
|
Loading…
Add table
Reference in a new issue