-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b141e59
commit ed9895b
Showing
8 changed files
with
249 additions
and
7 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Generated with JReleaser 1.0.0 at 2022-06-28T16:11:44.124288+01:00 | ||
class App < Formula | ||
desc "A simple tool to Read, Search and Recite the Quran." | ||
homepage "https://github.com/ahmedsaheed/quranCLI" | ||
url "https://github.com/ahmedsaheed/quranCLI/releases/download/early-access/quranCLI-1.0-SNAPSHOT.zip" | ||
version "1.0-SNAPSHOT" | ||
sha256 "6de429b313feebfd323055bdb05da3d2806281690d4d8f73ab116ada79630f3a" | ||
license "Apache-2.0" | ||
|
||
depends_on :key1 => "value1" | ||
depends_on "key2" => "value2" | ||
depends_on :key3 | ||
depends_on "key4" | ||
depends_on "openjdk@17" | ||
|
||
def install | ||
libexec.install Dir["*"] | ||
bin.install_symlink "#{libexec}/bin/quranCLI" => "quranCLI" | ||
end | ||
|
||
test do | ||
output = shell_output("#{bin}/quranCLI --version") | ||
assert_match "1.0-SNAPSHOT", output | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Homebrew | ||
|
||
## Formulae | ||
Invoke either of the following commands if the formula is hosted at GitHub | ||
|
||
```sh | ||
$ brew install ahmedsaheed/tap/<formula> | ||
``` | ||
|
||
Or | ||
|
||
```sh | ||
$ brew tap ahmedsaheed/tap | ||
$ brew install <formula> | ||
``` | ||
|
||
Invoke the following command if the formula is *not* hosted at GitHub | ||
|
||
```sh | ||
brew tap ahmedsaheed/homebrew-tap | ||
brew install <formula> | ||
``` | ||
|
||
## Casks | ||
Invoke either of the following commands if the cask is hosted at GitHub | ||
|
||
```sh | ||
$ brew install --cask ahmedsaheed/tap/<cask> | ||
``` | ||
|
||
Or | ||
|
||
```sh | ||
$ brew tap ahmedsaheed/tap | ||
$ brew install --cask <cask> | ||
``` | ||
|
||
Invoke the following command if the cask is *not* hosted at GitHub | ||
|
||
```sh | ||
brew tap ahmedsaheed/homebrew-tap | ||
brew install --cask <formula> | ||
``` | ||
|
||
If you get a dialog stating the cask is broken try installing with `--no-quarantine`. | ||
|
||
## Documentation | ||
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Generated with JReleaser 1.0.0 at 2022-06-28T16:11:44.124288+01:00 | ||
class App < Formula | ||
desc "A simple tool to Read, Search and Recite the Quran." | ||
homepage "https://github.com/ahmedsaheed/quranCLI" | ||
url "https://github.com/ahmedsaheed/quranCLI/releases/download/early-access/quranCLI-1.0-SNAPSHOT.zip" | ||
version "1.0-SNAPSHOT" | ||
sha256 "6de429b313feebfd323055bdb05da3d2806281690d4d8f73ab116ada79630f3a" | ||
license "Apache-2.0" | ||
|
||
depends_on :key1 => "value1" | ||
depends_on "key2" => "value2" | ||
depends_on :key3 | ||
depends_on "key4" | ||
depends_on "openjdk@17" | ||
|
||
def install | ||
libexec.install Dir["*"] | ||
bin.install_symlink "#{libexec}/bin/quranCLI" => "quranCLI" | ||
end | ||
|
||
test do | ||
output = shell_output("#{bin}/quranCLI --version") | ||
assert_match "1.0-SNAPSHOT", output | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Homebrew | ||
|
||
## Formulae | ||
Invoke either of the following commands if the formula is hosted at GitHub | ||
|
||
```sh | ||
$ brew install ahmedsaheed/tap/<formula> | ||
``` | ||
|
||
Or | ||
|
||
```sh | ||
$ brew tap ahmedsaheed/tap | ||
$ brew install <formula> | ||
``` | ||
|
||
Invoke the following command if the formula is *not* hosted at GitHub | ||
|
||
```sh | ||
brew tap ahmedsaheed/homebrew-tap | ||
brew install <formula> | ||
``` | ||
|
||
## Casks | ||
Invoke either of the following commands if the cask is hosted at GitHub | ||
|
||
```sh | ||
$ brew install --cask ahmedsaheed/tap/<cask> | ||
``` | ||
|
||
Or | ||
|
||
```sh | ||
$ brew tap ahmedsaheed/tap | ||
$ brew install --cask <cask> | ||
``` | ||
|
||
Invoke the following command if the cask is *not* hosted at GitHub | ||
|
||
```sh | ||
brew tap ahmedsaheed/homebrew-tap | ||
brew install --cask <formula> | ||
``` | ||
|
||
If you get a dialog stating the cask is broken try installing with `--no-quarantine`. | ||
|
||
## Documentation | ||
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters