mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:57:36 +00:00
Move everything to a subdirectory
Also don't run cd for the initial git clone (DERP!), and other bash port fixes.
This commit is contained in:
parent
b12a096437
commit
9a284ad3f7
6 changed files with 15 additions and 9 deletions
15
Ports/SDL2/SDL2.sh
Executable file
15
Ports/SDL2/SDL2.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh
|
||||
PORT_DIR=SDL
|
||||
function fetch() {
|
||||
run_fetch_git "https://github.com/SerenityOS/SDL"
|
||||
}
|
||||
function configure() {
|
||||
run_configure_cmake
|
||||
}
|
||||
function build() {
|
||||
run_make
|
||||
}
|
||||
function install() {
|
||||
run_make_install
|
||||
}
|
||||
source ../.port_include.sh
|
Loading…
Add table
Add a link
Reference in a new issue