Skip to content

Commit

Permalink
add 1 manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbang9710 committed Oct 27, 2024
1 parent 1784d87 commit 32b6ce2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
7 changes: 5 additions & 2 deletions bucket/HandyOutliner.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"##": "Based on https://github.com/kkzzhizhou/scoop-apps/blob/master/bucket/HandyOutliner.json",
"homepage": "https://handyoutlinerfo.sourceforge.net/",
"description": "HandyOutliner for DjVu / PDF.",
"license": "GPL v2",
Expand All @@ -9,7 +10,9 @@
"hash": "4952d7379df8bc44df67cef5f1915091b2a5289ff837f59d3d53847d22711fa0"
}
},
"extract_dir": "handyoutliner_1.1.6.4",
"bin": "HandyOutliner.exe",
"shortcuts": [["HandyOutliner.exe", "HandyOutliner"]],
"checkver": {
"url": "https://handyoutlinerfo.sourceforge.net/",
"regex": "Current version ([\\d].[\\d].[\\d].[\\d]+)"
Expand All @@ -20,6 +23,6 @@
"url": "http://sourceforge.net/projects/handyoutlinerfo/files/$version/handyoutliner_$version.zip"
}
},
"extract_dir": "HandyOutliner_$version"
"extract_dir": "handyoutliner_$version"
}
}
}
2 changes: 1 addition & 1 deletion bucket/app-name.json.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"##": "Based on ",
"version": "",
"##version": "",
"description": "",
"homepage": "",
"license": "",
Expand Down
21 changes: 11 additions & 10 deletions bucket/hotkey-detective.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"##": "Based on https://github.com/okibcn/ScoopMaster/blob/master/bucket/hotkey-detective.json",
"version": "1.1.0",
"description": "Hotkey Detective is a small utility for investigating what application holds a global hotkey under Windows 8 and later.",
"homepage": "https://github.com/ITachiLab/hotkey-detective",
"license": "GPL-3.0 license",
"url": "https://github.com/ITachiLab/hotkey-detective/releases/download/1.1.0/hotkey-detective-1.1.0.zip",
"hash": "a1c0027d32c2346fd4cb98d63dc9f2b5e861f75653809983fea8afbd16d7aa35",
"shortcuts": [
[
"x64\\HotkeyDetective.exe",
"HotKey Detective (64 bit)"
],
[
"x86\\HotkeyDetective.exe",
"HotKey Detective (32 bit)"
]
],
// "shortcuts": [
// [
// "x64\\HotkeyDetective.exe",
// "HotKey Detective (64 bit)"
// ],
// [
// "x86\\HotkeyDetective.exe",
// "HotKey Detective (32 bit)"
// ]
// ],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/ITachiLab/hotkey-detective/releases/download/$version/hotkey-detective-$version.zip"
Expand Down

0 comments on commit 32b6ce2

Please sign in to comment.