Skip to content

Commit

Permalink
Added scoop bucket configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
evg4b committed Oct 14, 2022
1 parent bb59aad commit c5977e4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
20 changes: 17 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit c5977e4

Please sign in to comment.