From 00e1b720be685939313d6b627358d23bbec9cdac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Fri, 21 Aug 2020 12:30:01 +0000 Subject: [PATCH] New app: Chiaki --- metadata/com.metallic.chiaki.yml | 39 ++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 metadata/com.metallic.chiaki.yml diff --git a/metadata/com.metallic.chiaki.yml b/metadata/com.metallic.chiaki.yml new file mode 100644 index 0000000000..0f8cd8ba94 --- /dev/null +++ b/metadata/com.metallic.chiaki.yml @@ -0,0 +1,39 @@ +AntiFeatures: + - NonFreeNet +Categories: + - Games +License: GPL-3.0-or-later +AuthorName: Florian Märkl +AuthorEmail: chiaki@metallic.software +SourceCode: https://github.com/thestr4ng3r/chiaki +IssueTracker: https://github.com/thestr4ng3r/chiaki/issues +Changelog: https://github.com//thestr4ng3r/chiaki/releases + +AutoName: Chiaki +Summary: PlayStation 4 Remote Play Client +Description: Chiaki is a Free and Open Source Software Client for PlayStation 4 Remote + Play for Linux, FreeBSD, OpenBSD, Android, macOS, Windows and potentially even + more platforms. Everything necessary for a full streaming session, including the + initial registration and wakeup of the console, is supported. + +RepoType: git +Repo: https://github.com/thestr4ng3r/chiaki + +Builds: + - versionName: 1.2.1 + versionCode: 6 + commit: v1.2.1 + subdir: android/app + submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y protobuf-compiler python3-protobuf + gradle: + - yes + prebuild: $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' + ndk: r20b + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags v\d+\.\d+(\.\d+)? +CurrentVersion: 1.2.1 +CurrentVersionCode: 6