mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 01:27:34 +00:00
Ports: Added a chester port, a very simple GameBoy emulator.
This commit is contained in:
parent
6d913db9fe
commit
54b4d7611c
5 changed files with 63 additions and 1 deletions
16
Ports/chester/package.sh
Executable file
16
Ports/chester/package.sh
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=chester
|
||||
useconfigure=true
|
||||
version=git
|
||||
depends="SDL2"
|
||||
workdir=chester-public
|
||||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt"
|
||||
files="https://github.com/veikkos/chester/archive/public.tar.gz chester.tar.gz"
|
||||
|
||||
configure() {
|
||||
run cmake $configopts
|
||||
}
|
||||
|
||||
install() {
|
||||
run cp bin/chester "${SERENITY_BUILD_DIR}/Root/bin"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue