3 **prayers time calculator, written in nasm.**
6 - unix portable syscalls
7 - tested on Linux, OpenBSD, FreeBSD and NetBSD
10 - instructions ≈ 250-400
21 git clone git://git.afify.dev/azan
28 wget $(curl -s https://git.afify.dev/azan/tags.xml | grep --color=never -m 1 -o "\[v.*\]" | tr -d '[]' | awk '{print "https://git.afify.dev/azan/releases/azan-"$1".tar.gz"}')
29 tar -xzf azan-*.tar.gz && cd azan-*/
44 | option | description |
45 |:------:|:---------------------------------------------|
46 | `-A` | print all prayers time, 12-hour clock format.|
47 | `-a` | print all prayers time, 24-hour clock format.|
48 | `-N` | print next prayer time, 12-hour clock format.|
49 | `-n` | print next prayer time, 24-hour clock format.|
50 | `-U` | print all prayers time, unix-time format. |
51 | `-u` | print next prayer time, unix-time format. |
52 | `-v` | print version. |
57 The configuration of azan is done by creating a custom config.s
58 and (re)compiling the source code.