From 6ab53ca788199c201a2dca9f67845fc76df2da53 Mon Sep 17 00:00:00 2001 From: Davide Depau Date: Sun, 23 Sep 2018 21:18:55 +0000 Subject: [PATCH] Add EtchDroid metadata (new app) --- metadata/eu.depau.etchdroid.yml | 43 +++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 metadata/eu.depau.etchdroid.yml diff --git a/metadata/eu.depau.etchdroid.yml b/metadata/eu.depau.etchdroid.yml new file mode 100644 index 0000000000..7f91657f4b --- /dev/null +++ b/metadata/eu.depau.etchdroid.yml @@ -0,0 +1,43 @@ +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