Skip to content

Commit f14144e

Browse files
var-ggclaude
andcommitted
chore: stage Scoop manifest under packaging/
The canonical source for the gitwink manifest published in the var-gg/scoop-bucket Scoop bucket. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 846994b commit f14144e

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

packaging/scoop/gitwink.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"version": "0.2.1",
3+
"description": "Tray-resident, read-only git glance for the AI-agent era.",
4+
"homepage": "https://github.com/var-gg/gitwink",
5+
"license": "MIT",
6+
"notes": [
7+
"gitwink is a tray-resident app. Launch it from the Start Menu shortcut; it then lives in the system tray.",
8+
"Requires the Microsoft Edge WebView2 runtime - preinstalled on Windows 11. On older Windows 10 builds, install it from https://developer.microsoft.com/microsoft-edge/webview2/ if gitwink fails to start.",
9+
"User data (cache.db, settings.json) lives in %APPDATA%\\gg.var.gitwink and is preserved across updates and uninstalls."
10+
],
11+
"extract_dir": "PFiles\\gitwink",
12+
"architecture": {
13+
"64bit": {
14+
"url": "https://github.com/var-gg/gitwink/releases/download/v0.2.1/gitwink_0.2.1_x64_en-US.msi",
15+
"hash": "5a8bc24163cea5106febb7aa5dd05d4e3eb251ec2678d148e340d5179b7d7854"
16+
}
17+
},
18+
"pre_uninstall": "Get-Process -Name gitwink -ErrorAction SilentlyContinue | Stop-Process -Force",
19+
"shortcuts": [
20+
[
21+
"gitwink.exe",
22+
"gitwink"
23+
]
24+
],
25+
"checkver": "github",
26+
"autoupdate": {
27+
"architecture": {
28+
"64bit": {
29+
"url": "https://github.com/var-gg/gitwink/releases/download/v$version/gitwink_$version_x64_en-US.msi"
30+
}
31+
}
32+
}
33+
}

0 commit comments

Comments
 (0)