mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
New app: Chiaki
This commit is contained in:
parent
35c79b3a06
commit
00e1b720be
1 changed files with 39 additions and 0 deletions
39
metadata/com.metallic.chiaki.yml
Normal file
39
metadata/com.metallic.chiaki.yml
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue