Skip to content

Commit 3aa3ae2

Browse files
committed
scoop pkg manager config
1 parent 028c184 commit 3aa3ae2

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

Extras/bucket/qurancli.json

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"version": "1.0.0",
3+
"description": "A digital Quran companion for the terminal.",
4+
"homepage": "https://github.com/anonfaded/QuranCLI",
5+
"license": "GPL-3.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/anonfaded/QuranCLI/releases/download/v1.0.0/QuranCLI-Setup.exe",
9+
"hash": "cfb7cbb0d199c528a55acdbf632a51cb7cdc3a36a196a5f85217f37c76ebb15c"
10+
}
11+
},
12+
"installer": {
13+
"script": [
14+
"Start-Process -Wait -NoNewWindow -FilePath \"$dir\\QuranCLI-Setup.exe\" -ArgumentList \"/VERYSILENT /NORESTART\""
15+
]
16+
},
17+
"uninstaller": {
18+
"script": [
19+
"& \"$env:ProgramFiles\\QuranCLI\\unins000.exe\" /VERYSILENT /NORESTART"
20+
]
21+
},
22+
"bin": "qurancli.exe",
23+
"shortcuts": [
24+
[
25+
"qurancli.exe",
26+
"QuranCLI"
27+
]
28+
],
29+
"checkver": {
30+
"github": "https://github.com/anonfaded/QuranCLI"
31+
},
32+
"autoupdate": {
33+
"architecture": {
34+
"64bit": {
35+
"url": "https://github.com/anonfaded/QuranCLI/releases/download/v$version/QuranCLI-Setup.exe"
36+
}
37+
}
38+
}
39+
}

0 commit comments

Comments
 (0)