-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanifest-android-termux.json
More file actions
64 lines (64 loc) · 1.95 KB
/
Copy pathmanifest-android-termux.json
File metadata and controls
64 lines (64 loc) · 1.95 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"control": {
"Package": "termux-install",
"Version": "1.1.1",
"Architecture": "all",
"Maintainer": "KrutosX <developer@krutosx.tk>",
"Depends": "python (>= 3.0), wget, proot, libandroid-support",
"Homepage": "https://github.com/KrutosVIP/TermuxInstall",
"Description": [
"Termux Container Installation tool based on python and proot"
]
},
"installation_prefix": "/data/data/com.termux/files/usr",
"data_files": {
"bin/termux-chroot32": {
"source": "bin/termux-chroot32",
"perm": "0700"
},
"bin/termux-chroot64": {
"source": "bin/termux-chroot64",
"perm": "0700"
},
"bin/termux-install32": {
"source": "bin/termux-install32",
"perm": "0700"
},
"bin/termux-install64": {
"source": "bin/termux-install64",
"perm": "0700"
},
"bin/termux-remove32": {
"source": "bin/termux-remove32",
"perm": "0700"
},
"bin/termux-remove64": {
"source": "bin/termux-remove64",
"perm": "0700"
},
"bin/termux-pacman-chroot32": {
"source": "bin/termux-pacman-chroot32",
"perm": "0700"
},
"bin/termux-pacman-chroot64": {
"source": "bin/termux-pacman-chroot64",
"perm": "0700"
},
"bin/termux-pacman-install32": {
"source": "bin/termux-pacman-install32",
"perm": "0700"
},
"bin/termux-pacman-remove32": {
"source": "bin/termux-pacman-remove32",
"perm": "0700"
},
"bin/termux-pacman-install64": {
"source": "bin/termux-pacman-install64",
"perm": "0700"
},
"bin/termux-pacman-remove64": {
"source": "bin/termux-pacman-remove64",
"perm": "0700"
}
}
}