From 5f0b9d8c84cf1e2a9159f8666fcb19b1b799626e Mon Sep 17 00:00:00 2001 From: a-saab Date: Fri, 7 Feb 2025 19:35:12 -0500 Subject: [PATCH 1/4] Created configs directory and added PrayerTimes Library configuration file --- configs/prayertimes.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 configs/prayertimes.yml diff --git a/configs/prayertimes.yml b/configs/prayertimes.yml new file mode 100644 index 000000000..ad5f7adc3 --- /dev/null +++ b/configs/prayertimes.yml @@ -0,0 +1,10 @@ +name: PrayerTimes +version: 1.0.0 +author: Adnan Saab +maintainer: Adnan Saab +sentence: A lightweight Arduino library for calculating Islamic prayer times. +paragraph: Supports MWL, ISNA, Umm al-Qura, Egyptian, Karachi, Tehran, and Jafari methods. +category: Time +url: https://github.com/a-saab/PrayerTimes +architectures: "*" +license: MIT \ No newline at end of file From 81f9d69cb82dcc32ab91e42c13d5ef98ad6ff7f9 Mon Sep 17 00:00:00 2001 From: a-saab Date: Fri, 7 Feb 2025 19:40:13 -0500 Subject: [PATCH 2/4] Fix: Add newline to the end of prayertimes.yml --- configs/prayertimes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/prayertimes.yml b/configs/prayertimes.yml index ad5f7adc3..061cd2f68 100644 --- a/configs/prayertimes.yml +++ b/configs/prayertimes.yml @@ -7,4 +7,4 @@ paragraph: Supports MWL, ISNA, Umm al-Qura, Egyptian, Karachi, Tehran, and Jafar category: Time url: https://github.com/a-saab/PrayerTimes architectures: "*" -license: MIT \ No newline at end of file +license: MIT From 4f5f9bdfb86d6f360619f34f842331554fbbd3a4 Mon Sep 17 00:00:00 2001 From: a-saab Date: Fri, 7 Feb 2025 19:45:26 -0500 Subject: [PATCH 3/4] Update repositories.txt --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 00cfa684b..871774436 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +https://github.com/a-saab/PrayerTimes https://github.com/nextgentech-512/Single-Wire-Data-Bus https://github.com/roncoa/StringEEPROM https://github.com/sstaub/IDToolsPico From 733bb5de38de3cb252265ad97b4c39f1d3d494fd Mon Sep 17 00:00:00 2001 From: a-saab Date: Fri, 7 Feb 2025 19:47:40 -0500 Subject: [PATCH 4/4] Request to add PrayerTimes Library --- configs/prayertimes.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 configs/prayertimes.yml diff --git a/configs/prayertimes.yml b/configs/prayertimes.yml deleted file mode 100644 index 061cd2f68..000000000 --- a/configs/prayertimes.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: PrayerTimes -version: 1.0.0 -author: Adnan Saab -maintainer: Adnan Saab -sentence: A lightweight Arduino library for calculating Islamic prayer times. -paragraph: Supports MWL, ISNA, Umm al-Qura, Egyptian, Karachi, Tehran, and Jafari methods. -category: Time -url: https://github.com/a-saab/PrayerTimes -architectures: "*" -license: MIT