ScoopInstaller / Extras

📦 The Extras bucket for Scoop.
https://scoop.sh
The Unlicense
1.78k stars 1.33k forks source link

[Request]: champR (A League of Legends companion app) #10438

Open zachvlat opened 1 year ago

zachvlat commented 1 year ago

Prerequisites

Criteria

Name

champR

Description

A League of Legends companion app

Homepage

https://github.com/cangzhang/champ-r

Download Link(s)

https://github.com/cangzhang/champ-r/releases/tag/v1.3.11

Some Indication of Popularity/Repute

LGPL-2.1 license Stars 1.4k stars Watchers 12 watching Forks 128 forks

image

zachvlat commented 1 year ago

{ "version": "v1.3.11", "description": "Yet another League of Legends helper, made with Tauri", "homepage": "https://github.com/cangzhang/champ-r", "license": "LGPL-2.1 license", "architecture": { "64bit": { "url": "https://github.com/cangzhang/champ-r/releases/download/v1.3.11/ChampR-Setup-1.3.11.exe", "hash": "" }, "32bit": { "url": "https://github.com/cangzhang/champ-r/releases/download/v1.3.11/ChampR-Setup-1.3.11.exe", "hash": "" } }, "post_install": [ "", "" ], "bin": [ "" ], "persist": [ "" ], "checkver": { "github": "https://github.com/cangzhang/champ-r/releases" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/cangzhang/champ-r/releases/download/v$version/ChampR-Setup-v$version.exe" }, "32bit": { "url": "https://github.com/cangzhang/champ-r/releases/download/v$version/ChampR-Setup-v$version.exe" } } } } I 've made this so far, if anyone can help me I 'll be glad! (its my first time making a manifest)