Skip to content

Commit

Permalink
Add scoop
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsjonas committed Feb 8, 2019
1 parent a7d5947 commit e1cf57e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,31 @@ brew:
#install: |
# bin.install "program"
# ...
scoop:
# Template for the url.
# Default is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
#url_template: "http://github.mycompany.com/foo/bar/releases/{{ .Tag }}/{{ .ArtifactName }}"

# Repository to push the app manifest to.
bucket:
owner: devopyio
name: scoop-yamlfmt

# Git author used to commit to the repository.
# Defaults are shown.
commit_author:
name: devopyio
email: info@devopy.io

# Your app's homepage.
# Default is empty.
homepage: "https://devopy.io/"

# Your app's description.
# Default is empty.
description: "Formats yaml files"

# Your app's license
# Default is empty.
license: Apache-2.0

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ sudo snap install yamlfmt
brew install devopyio/yamlfmt/yamlfmt
```

### Windows

```
scoop bucket add yamlfmt https://github.com/devopyio/scoop-yamlfmt
scoop install yamlfmt
```
### Using go get

```
Expand Down

0 comments on commit e1cf57e

Please sign in to comment.