fdroiddata/metadata/com.simplemobiletools.filemanager.pro.yml
Michael Pöhn 5d436ebf81 convert some scripts in yml metadata to lists
Some 'sudo', 'init', 'prebuild' and 'build' fields in can not be turned
into yaml lists correctly with the upcomming list support. So we need
to mannually convert them.
2018-12-05 20:51:53 +01:00

42 lines
1.1 KiB
YAML

Categories:
- System
License: Apache-2.0
AuthorName: Tibor Kaputa
AuthorEmail: hello@simplemobiletools.com
WebSite: https://simplemobiletools.github.io
SourceCode: https://github.com/SimpleMobileTools/Simple-File-Manager
IssueTracker: https://github.com/SimpleMobileTools/Simple-File-Manager/issues
Changelog: https://github.com/SimpleMobileTools/Simple-File-Manager/blob/HEAD/CHANGELOG.md
Donate: https://simplemobiletools.github.io/donate
Bitcoin: 19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ
Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
Name: Simple File Manager Pro
AutoName: File Manager
RepoType: git
Repo: https://github.com/SimpleMobileTools/Simple-File-Manager
Builds:
- versionName: 6.0.0
versionCode: 63
commit: 6.0.0
subdir: app
gradle:
- yes
srclibs:
- RootTools@4.2
- RootShell@1.3
rm:
- libs
prebuild:
- sed -i -e '/RootTools.jar/d' -e '/keystore/d' build.gradle
- mkdir -p src/main/java
- cp -a $$RootTools$$/src/com src/main/java/
- cp -a $$RootShell$$/src/com src/main/java/
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 6.0.0
CurrentVersionCode: 63