-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmanifest.json
41 lines (41 loc) · 1.26 KB
/
manifest.json
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
{
"control": {
"Package": "termux-gui-package",
"Version": "0.1.6",
"Architecture": "all",
"Maintainer": "tareksander",
"Depends": "python, proot-distro",
"Homepage": "https://github.com/tareksander/termux-gui-package",
"Description": [
"A Termux package containing utilities for Termux:GUI. " ]
},
"data_files": {
"bin/termux-gui-dialog": {
"source": "scripts/termux-gui-dialog"
},
"bin/termux-gui-dmenu": {
"source": "scripts/termux-gui-dmenu"
},
"bin/termux-gui-files": {
"source": "scripts/termux-gui-files"
},
"bin/termux-gui-lockscreen-notes": {
"source": "scripts/termux-gui-lockscreen-notes"
},
"bin/termux-gui-pkg": {
"source": "scripts/termux-gui-pkg"
},
"bin/termux-gui-shell": {
"source": "scripts/termux-gui-shell"
},
"bin/termux-gui-view": {
"source": "scripts/termux-gui-view"
},
"bin/termux-gui-proot-distro": {
"source": "scripts/termux-gui-proot-distro"
},
"share/man/man1/termux-gui-shell.1.gz": {
"source": "man/termux-gui-shell.1.gz"
}
}
}