From ed416784b0e61354b5c3cd035a64ba2f3d484402 Mon Sep 17 00:00:00 2001 From: kjxbyz Date: Mon, 30 Sep 2024 23:42:01 +0800 Subject: [PATCH] Update readme --- README.md | 49 +++++++++++++++++++++++++++++++++--------- bin/auto-pr.ps1 | 2 +- bucket/fafarunner.json | 31 ++++++++++++++++++++++++++ bucket/faforever.json | 31 ++++++++++++++++++++++++++ 4 files changed, 102 insertions(+), 11 deletions(-) create mode 100644 bucket/fafarunner.json create mode 100644 bucket/faforever.json diff --git a/README.md b/README.md index e32c00c..ef9995d 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,48 @@ # Scoop Bucket -[![Tests](https://github.com/picguard/scoop-bucket/actions/workflows/ci.yml/badge.svg)](https://github.com/picguard/scoop-bucket/actions/workflows/ci.yml) -[![Excavator](https://github.com/picguard/scoop-bucket/actions/workflows/excavator.yml/badge.svg)](https://github.com/picguard/scoop-bucket/actions/workflows/excavator.yml) -[![Scoop Version](https://img.shields.io/scoop/v/picguard?bucket=https%3A%2F%2Fgithub.com%2Fpicguard%2Fscoop-bucket)](https://scoop.sh/#/apps?q=picguard&o=false&id=d82f75b3e4ad483c1a4a3fc356ab88d588728c57) +[![Tests](https://github.com/kjxbyz/scoop-bucket/actions/workflows/ci.yml/badge.svg)](https://github.com/kjxbyz/scoop-bucket/actions/workflows/ci.yml) +[![Excavator](https://github.com/kjxbyz/scoop-bucket/actions/workflows/excavator.yml/badge.svg)](https://github.com/kjxbyz/scoop-bucket/actions/workflows/excavator.yml) + +## Packages + + + + + + + + + + + + + + + + + + +
Bucket nameDownload
picguard + + Scoop Version + +
fafarunner + + Scoop Version + +
faforever + + Scoop Version + +
## Install ```pwsh -scoop bucket add scoop-bucket https://github.com/picguard/scoop-bucket -scoop install scoop-bucket/picguard +scoop bucket add kjxbyz_scoop-bucket https://github.com/kjxbyz/scoop-bucket +scoop install kjxbyz_scoop-bucket/ ``` -## How do I contribute new manifests? +## LICENSE -To make a new manifest contribution, please read the [Contributing -Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md) -and [App Manifests](https://github.com/ScoopInstaller/Scoop/wiki/App-Manifests) -wiki page. +MIT diff --git a/bin/auto-pr.ps1 b/bin/auto-pr.ps1 index f11d44d..4b03d94 100644 --- a/bin/auto-pr.ps1 +++ b/bin/auto-pr.ps1 @@ -1,6 +1,6 @@ param( # overwrite upstream param - [String]$upstream = "picguard/scoop-bucket:main" + [String]$upstream = "kjxbyz/scoop-bucket:main" ) if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) } diff --git a/bucket/fafarunner.json b/bucket/fafarunner.json new file mode 100644 index 0000000..177171e --- /dev/null +++ b/bucket/fafarunner.json @@ -0,0 +1,31 @@ +{ + "version": "1.0.0+360", + "description": "A game developed using flame & bonfire.", + "homepage": "https://fafarunner.com", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/fafarunner/fafarunner/releases/download/v1.0.0+360/fafarunner_1.0.0+360_windows_x64.exe#/FaFaRunnerSetup.exe", + "hash": "ee90d3b549c807ff97712612576f70969d664a38a2097bfaa86e95a15d1f1b1e" + } + }, + "innosetup": true, + "shortcuts": [ + [ + "FaFaRunner.exe", + "FaFa Runner" + ] + ], + "checkver": { + "url": "https://api.github.com/repos/fafarunner/fafarunner/releases/latest", + "jsonpath": "$.tag_name", + "regex": "v(\\d+(\\.\\d+)+(\\+\\d+)?)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/fafarunner/fafarunner/releases/download/v$version/fafarunner_$version_windows_x64.exe#/FaFaRunnerSetup.exe" + } + } + } +} diff --git a/bucket/faforever.json b/bucket/faforever.json new file mode 100644 index 0000000..2464f46 --- /dev/null +++ b/bucket/faforever.json @@ -0,0 +1,31 @@ +{ + "version": "1.0.0+47", + "description": "A third-party music player that replaces Synology DS Audio client.", + "homepage": "https://chenyifaer.com/faforever", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/cyf/faforever/releases/download/v1.0.0+47/faforever_1.0.0+47_windows_x64.exe#/FaForeverSetup.exe", + "hash": "a0c93604cd1112768c9abbfca04020997349aa607351ed6dda85eb346a0ea8c4" + } + }, + "innosetup": true, + "shortcuts": [ + [ + "FaForever.exe", + "FaForever" + ] + ], + "checkver": { + "url": "https://api.github.com/repos/cyf/faforever/releases/latest", + "jsonpath": "$.tag_name", + "regex": "v(\\d+(\\.\\d+)+(\\+\\d+)?)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/cyf/faforever/releases/download/v$version/faforever_$version_windows_x64.exe#/FaForeverSetup.exe" + } + } + } +}