UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ BASH | XML | JSON ]

duckstation

Fast PlayStation 1 emulator for x86-64/AArch32/AArch64/RV64

Package info

Template:
Codename: duckstation
Source file: duckstation-0.1-8861.tar.gz
Source directory: duckstation-0.1-8861
Package URL: duckstation-0.1-8861.tar.gz
Package md5-checksum URL: duckstation-0.1-8861.tar.gz.md5sum
Dependances: llvm, wayland-protocols, mesa, SDL2, qt5, Vulkan-Loader.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir -v build &&
cd       build 

cmake -G Ninja \
      -DCMAKE_INSTALL_PREFIX=/opt/duckstation \
      -DCMAKE_BUILD_TYPE=Release \
      ..

Build script:
cd build
ninja

Install script:
cd build

mkdir /opt/duckstation
cp -rv bin/* /opt/duckstation