diff --git a/metadata/com.fox2code.mmm.fdroid.yml b/metadata/com.fox2code.mmm.fdroid.yml new file mode 100644 index 0000000000..8611ff4142 --- /dev/null +++ b/metadata/com.fox2code.mmm.fdroid.yml @@ -0,0 +1,42 @@ +AntiFeatures: + - NonFreeNet + - NonFreeAdd +Categories: + - System +License: LGPL-3.0-only +AuthorName: Fox2Code +AuthorEmail: fox2code@gmail.com +SourceCode: https://github.com/Fox2Code/FoxMagiskModuleManager +IssueTracker: https://github.com/Fox2Code/FoxMagiskModuleManager/issues +Changelog: https://github.com/Fox2Code/FoxMagiskModuleManager/releases +Donate: https://www.paypal.com/paypalme/fox2code + +AutoName: Fox's Magisk Module Manager + +RequiresRoot: 'yes' + +RepoType: git +Repo: https://github.com/Fox2Code/FoxMagiskModuleManager + +Builds: + - versionName: 0.4.1 + versionCode: 36 + commit: b4f22f3f840ffc00b5b538c79f5c6dec97b1f92b + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - fdroid + scandelete: + - example_module.zip + +MaintainerNotes: |- + * NonFreeNet — Depends on GitHub for modules downloading. + * NonFreeAdd — Potentially downloads proprietary Magisk modules. + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 0.4.1 +CurrentVersionCode: 36