diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 7fd89264..b737fca2 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -80,16 +80,30 @@ docker_manifests: - evg4b/{{ .ProjectName }}:latest brews: - name: uncors - description: A simple dev HTTP/HTTPS proxy for replacing CORS headers. + description: A simple dev HTTP/HTTPS reverse proxy for replacing CORS headers. license: MIT homepage: https://github.com/evg4b/uncors folder: Formula tap: owner: evg4b name: homebrew-tap - token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}" + token: "{{ .Env.ACCOUNT_GITHUB_TOKEN }}" test: system "#{bin}/uncors", "--help" commit_author: name: Evgeny Abramovich - email: evg.abramovitch@gmail.com \ No newline at end of file + email: evg.abramovitch@gmail.com +scoop: + bucket: + owner: evg4b + name: scoop-bucket + branch: main + token: "{{ .Env.ACCOUNT_GITHUB_TOKEN }}" + folder: bucket + commit_author: + name: Evgeny Abramovich + email: evg.abramovitch@gmail.com + commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}" + homepage: https://github.com/evg4b/uncors + description: A simple dev HTTP/HTTPS reverse proxy for replacing CORS headers. + license: MIT diff --git a/README.md b/README.md index 6e4bcf9f..ca8c1255 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,21 @@ ## Homebrew (macOS | Linux) -If you are on macOS or Linux and using [Homebrew](https://brew.sh/), you can install Hugo with the following one-liner: +If you are on macOS or Linux and using [Homebrew](https://brew.sh/), you can install uncors with the following one-liner: ```bash brew install evg4b/tap/uncors ``` +## Scoop (Windows) + +If you are on Windows and using [Scoop](https://scoop.sh/), you can install uncors with the following commands: + +```bash +scoop bucket add evg4b https://github.com/evg4b/scoop-bucket.git +scoop install evg4b/uncors +``` + ## Binary (Cross-platform) Download the appropriate version for your platform from [UNCORS releases page](https://github.com/evg4b/uncors/releases).