Skip to content

Commit 9abcdef

Browse files
committed
add scoop install json
1 parent a18b561 commit 9abcdef

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

scoop/screen-share-cli.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"version": "0.0.2",
3+
"description": "Command-line tool to share screen over WebRTC",
4+
"homepage": "https://github.com/lichon/screen-share-cli",
5+
"license": "Apache-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/lichon/screen-share-cli/releases/download/v0.0.2/ssc-win32-x64-0.0.2.zip",
9+
"hash": "3eed0aed538a655013a214f2075a4f2156f8d42a98fa9aa96f06a1b1ae465867"
10+
}
11+
},
12+
"installer": {
13+
"script": [
14+
"$cont = @(",
15+
" 'cd $PSScriptRoot'",
16+
" 'START ssc.exe $args'",
17+
")",
18+
"Set-Content \"$dir\\ssc.ps1\" -Value ($cont -join \"`r`n\") -Encoding Ascii"
19+
]
20+
},
21+
"uninstaller": {
22+
"script": [
23+
]
24+
},
25+
"bin": [
26+
"ssc.ps1"
27+
],
28+
"checkver": {
29+
"github": "https://github.com/lichon/screen-share-cli",
30+
"regex": "tag/([\\w.-]+)"
31+
},
32+
"autoupdate": {
33+
"architecture": {
34+
"64bit": {
35+
"url": "https://github.com/lichon/screen-share-cli/releases/download/v$version/ssc-win32-x64-$version.zip"
36+
}
37+
}
38+
}
39+
}

0 commit comments

Comments
 (0)