44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
|
Categories:
|
||
|
- System
|
||
|
License: GPL-3.0-or-later
|
||
|
WebSite: https://etchdroid.depau.eu
|
||
|
SourceCode: https://github.com/Depau/EtchDroid
|
||
|
IssueTracker: https://github.com/Depau/EtchDroid/issues
|
||
|
Donate: https://etchdroid.depau.eu/#support-the-project
|
||
|
|
||
|
AutoName: EtchDroid
|
||
|
Summary: An application that helps you write images to USB drives, no root required
|
||
|
Description: |-
|
||
|
EtchDroid is an open-source application that helps you write images to USB drives.
|
||
|
You can use it to make a bootable GNU/Linux USB drive when your laptop is dead
|
||
|
and you're in the middle of nowhere.
|
||
|
|
||
|
Features:
|
||
|
* Supports raw disk images and most GNU/Linux distributions ISOs
|
||
|
* Supports most DMG disk images (beta)
|
||
|
* No root - everything is done within the bounds of the Android API
|
||
|
* Free as in freedom
|
||
|
|
||
|
Planned features:
|
||
|
* Write common GNU/Linux distro in streaming from the Internet without storing it on the device
|
||
|
* Support for Windows installation ISO (will likely require root)
|
||
|
* Support for Unetbootin-style image flashing
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/Depau/EtchDroid.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '1.2'
|
||
|
versionCode: 3
|
||
|
commit: v1.2
|
||
|
subdir: app
|
||
|
submodules: true
|
||
|
gradle:
|
||
|
- yes
|
||
|
ndk: r17b
|
||
|
|
||
|
AutoUpdateMode: Version v%v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: '1.2'
|
||
|
CurrentVersionCode: 3
|