-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
92 lines (92 loc) · 4.14 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"control": {
"Package": "command-not-found-neoterm",
"Version": "0.3.0",
"Architecture": "all",
"Maintainer": "juic3b0x",
"Depends": "python (>= 3.0), libandroid-support, python-apt, apt-file",
"Homepage": "https://www.theworkjoy.com",
"Description": "This is the command-not-found-neoterm package It's ported version of kali command-not-found."
},
"installation_prefix": "/data/data/io.neoterm/files/usr",
"data_files": {
"bin/command-not-found": {
"source": "bin/command-not-found"
},
"etc/apt/apt.conf.d/50command-not-found": {
"source": "etc/apt/apt.conf.d/50command-not-found"
},
"etc/zsh_command_not_found": {
"source": "etc/zsh_command_not_found"
},
"lib/cnf-update-db": {
"source": "lib/cnf-update-db"
},
"lib/command-not-found": {
"source": "lib/command-not-found"
},
"sbin/update-command-not-found": {
"source": "sbin/update-command-not-found"
},
"share/command-not-found/command-not-found": {
"source": "share/command-not-found/command-not-found",
"set_shebang": "#!/data/data/io.neoterm/files/usr/bin/env python3"
},
"share/command-not-found/cnf-update-db": {
"source": "share/command-not-found/cnf-update-db",
"set_shebang": "#!/data/data/io.neoterm/files/usr/bin/env python3"
},
"share/command-not-found/CommandNotFound/CommandNotFound.py": {
"source": "share/command-not-found/CommandNotFound/CommandNotFound.py",
"set_shebang": "#!/data/data/io.neoterm/files/usr/bin/env python3"
},
"share/command-not-found/CommandNotFound/db/creator.py": {
"source": "share/command-not-found/CommandNotFound/db/creator.py",
"set_shebang": "#!/data/data/io.neoterm/files/usr/bin/env python3"
},
"share/command-not-found/CommandNotFound/db/db.py": {
"source": "share/command-not-found/CommandNotFound/db/db.py",
"set_shebang": "#!/data/data/io.neoterm/files/usr/bin/env python3"
},
"share/command-not-found/CommandNotFound/db/__init__.py": {
"source": "share/command-not-found/CommandNotFound/db/__init__.py"
},
"share/command-not-found/CommandNotFound/__init__.py": {
"source": "share/command-not-found/CommandNotFound/__init__.py"
},
"share/command-not-found/CommandNotFound/util.py": {
"source": "share/command-not-found/CommandNotFound/util.py",
"set_shebang": "#!/data/data/io.neoterm/files/usr/bin/env python3"
},
"share/command-not-found/command_not_found-0.3.egg-info/dependency_links.txt": {
"source": "share/command-not-found/command_not_found-0.3.egg-info/dependency_links.txt"
},
"share/command-not-found/command_not_found-0.3.egg-info/PKG-INFO": {
"source": "share/command-not-found/command_not_found-0.3.egg-info/PKG-INFO"
},
"share/command-not-found/command_not_found-0.3.egg-info/top_level.txt": {
"source": "share/command-not-found/command_not_found-0.3.egg-info/top_level.txt"
},
"share/doc/command-not-found/changelog.Debian.gz": {
"source": "share/doc/command-not-found/changelog.Debian.gz"
},
"share/doc/command-not-found/copyright": {
"source": "share/doc/command-not-found/copyright"
},
"share/doc/command-not-found/README.Debian": {
"source": "share/doc/command-not-found/README.Debian"
},
"share/doc/command-not-found/README.md": {
"source": "share/doc/command-not-found/README.md"
},
"share/man/man8/update-command-not-found.8": {
"source": "share/man/man8/update-command-not-found.8.gz"
},
"share/python3/runtime.d/command-not-found.rtupdate": {
"source": "share/python3/runtime.d/command-not-found.rtupdate"
},
"var/lib/command-not-found": {
"source": "var/lib/command-not-found"
}
}
}