UmVirt LFS Package info

DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

duckstation

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

Package info

Template:
Codename: duckstation
Source file: duckstation-0.1-6461.tar.gz
Source file size: 15288138
Source file MD5-checkum: 0135b22c141ca0d7474e11db6c9131af
Source directory: duckstation-0.1-6461
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/d/duckstation-0.1-6461.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/d/duckstation-0.1-6461.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