From 8be662a1da57b1f7716cb985baee29d2c89f0939 Mon Sep 17 00:00:00 2001 From: DragonGhost7 Date: Fri, 19 Feb 2021 00:36:07 -0500 Subject: [PATCH] New package: chiaki-2.1.1 --- srcpkgs/chiaki/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/chiaki/template diff --git a/srcpkgs/chiaki/template b/srcpkgs/chiaki/template new file mode 100644 index 000000000000..bc982eb2be65 --- /dev/null +++ b/srcpkgs/chiaki/template @@ -0,0 +1,19 @@ +# Template file for 'chiaki' +pkgname=chiaki +version=2.1.1 +revision=1 +wrksrc="${pkgname}" +build_style=cmake +hostmakedepends="pkg-config" +makedepends="cmake openssl SDL2-devel qt5-multimedia-devel qt5-opengl qt5-svg-devel ffmpeg-devel opus-devel python3-protobuf libevdev-devel protobuf25" +depends="openssl SDL2 qt5-multimedia qt5-opengl qt5-svg ffmpeg opus python3-protobuf" +short_desc="Free and Open Source Client for PS 4 and PS 5 Remote Play" +maintainer="DragonGhost7 " +license="AGPL-3.0-or-later" +homepage="https://git.sr.ht/~thestr4ng3r/chiaki/" +distfiles="https://git.sr.ht/~thestr4ng3r/chiaki/refs/download/v${version}/chiaki-v${version}-src.tar.gz" +checksum=75115a19f197d19fc417e863583681e95e412364427aa394f2c0eded54343710 + +post_install() { + vlicense LICENSES/AGPL-3.0-only-OpenSSL.txt +}