mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:37:35 +00:00
Ports: Add launchers for some of the ports
This commit is contained in:
parent
1e5a7ca0a7
commit
e72235b981
9 changed files with 57 additions and 5 deletions
|
@ -7,6 +7,9 @@ workdir=cmatrix-master
|
|||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_SOURCE_DIR/Toolchain/CMake/CMakeToolchain.txt"
|
||||
files="https://github.com/abishekvashok/cmatrix/archive/refs/heads/master.zip cmatrix.zip 2541321b89149b375d5732402e52d654"
|
||||
auth_type=md5
|
||||
launcher_name=cmatrix
|
||||
launcher_category=Games
|
||||
launcher_command="Terminal -e cmatrix"
|
||||
|
||||
configure() {
|
||||
run cmake $configopts
|
||||
|
@ -14,4 +17,5 @@ configure() {
|
|||
|
||||
install() {
|
||||
run cp cmatrix "${SERENITY_INSTALL_ROOT}/bin"
|
||||
install_launcher
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue