mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 04:50:08 +03:00
11 lines
319 B
Bash
Executable File
11 lines
319 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=bochs
|
|
version=2.7
|
|
depends=("SDL2")
|
|
files=(
|
|
"https://download.sourceforge.net/project/bochs/bochs/$version/bochs-$version.tar.gz#a010ab1bfdc72ac5a08d2e2412cd471c0febd66af1d9349bc0d796879de5b17a"
|
|
)
|
|
useconfigure=true
|
|
use_fresh_config_sub=true
|
|
configopts=("--with-sdl2")
|