mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
New app: Fox's Magisk Module Manager (com.fox2code.mmm.fdroid)
This commit is contained in:
parent
1bc3274361
commit
bf2b446459
1 changed files with 42 additions and 0 deletions
42
metadata/com.fox2code.mmm.fdroid.yml
Normal file
42
metadata/com.fox2code.mmm.fdroid.yml
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue