-
Notifications
You must be signed in to change notification settings - Fork 0
/
pkg.json
29 lines (29 loc) · 839 Bytes
/
pkg.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
{
"control": {
"Package": "termux-clock",
"Maintainer": "Ahmad Asaad <[email protected]>",
"Description": "Termux tool to set alarms & timers headlessly"
},
"installation_prefix": "/data/data/com.termux/files/usr",
"data_files": {
"doc/termux-clock/README.md": {
"source": "README.md"
},
"doc/termux-clock/CHANGELOG.md": {
"source": "CHANGELOG.md"
},
"doc/termux-clock/LICENSE": {
"source": "LICENSE"
},
"share/man/man1/termux-clock.1.gz": {
"source": "target/manpages/termux-clock.1.gz"
}
"share/man/man1/termux-clock-timer.1.gz": {
"source": "target/manpages/termux-clock-timer.1.gz"
}
"share/man/man1/termux-clock-alarm.1.gz": {
"source": "target/manpages/termux-clock-alarm.1.gz"
}
},
"deb_dir": "target/deb/packages"
}