-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
29 lines (25 loc) · 739 Bytes
/
snapcraft.yaml
File metadata and controls
29 lines (25 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: magic-device-tool
version: "1.0"
summary: magic-device-tool
description: |
A simple and feature full tool to handle installing/replacing Operating Systems (Ubuntu Phone / Ubuntu Touch, Android, LineageOS, Maru OS, Sailfish OS and Phoenix OS) on your mobile devices.
grade: stable
confinement: strict
apps:
magic-device-tool:
command: launcher.sh
plugs: [network, network-bind, raw-usb, home]
parts:
magic-device-tool:
source: https://github.com/MariusQuabeck/magic-device-tool.git
source-branch: master
plugin: dump
stage-packages:
- ubuntu-device-flash
- wget
- xdg-utils
- android-tools-fastboot
- android-tools-adb
- phablet-tools
- tar
- unzip