# Maintainer: Rui Ventura pkgname=chiaki pkgver=1.3.0 pkgrel=1 pkgdesc="Free and Open Source PS4 Remote Play Client" arch=(x86_64) url=https://github.com/thestr4ng3r/chiaki license=(GPL) provides=(chiaki) depends=(ffmpeg gcc-libs qt5-multimedia qt5-svg opus "openssl>=1.1" sdl2) makedepends=(cmake protobuf python-protobuf) source=("$url/releases/download/v$pkgver/$pkgname-v$pkgver-src.tar.gz") sha256sums=('5bc5c22908c1306c8bb322bfd0606c3185f88306634a2005d82f4e18e8ed6c11') build() { cd "$srcdir/$pkgname" cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release } package() { cd "$srcdir/$pkgname/build" make DESTDIR="$pkgdir" -j$nproc install }