-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from cerberauth/add-homebrew
Add homebrew tap
- Loading branch information
Showing
3 changed files
with
47 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,20 +66,20 @@ changelog: | |
- '^docs:' | ||
- '^test:' | ||
|
||
# brews: | ||
# - name: "{{ .ProjectName }}" | ||
# description: "This project aims to automating the generation of Ory Oathkeeper rules from an OpenAPI 3 contract and save a lot of time and effort, especially for larger projects with many endpoints or many services." | ||
# license: "MIT" | ||
# repository: | ||
# owner: cerberauth | ||
# name: "{{ .ProjectName }}" | ||
# goarm: 6 | ||
# test: | | ||
# system "#{bin}/{{ .ProjectName }} help" | ||
# homepage: https://github.com/cerberauth/openapi-oathkeeper | ||
# commit_author: | ||
# name: emmanuelgautier | ||
# email: [email protected] | ||
brews: | ||
- name: "{{ .ProjectName }}" | ||
description: "This project aims to automating the generation of Ory Oathkeeper rules from an OpenAPI 3 contract and save a lot of time and effort, especially for larger projects with many endpoints or many services." | ||
license: "MIT" | ||
repository: | ||
owner: cerberauth | ||
name: "{{ .ProjectName }}" | ||
goarm: 6 | ||
test: | | ||
system "#{bin}/{{ .ProjectName }} help" | ||
homepage: https://github.com/cerberauth/openapi-oathkeeper | ||
commit_author: | ||
name: emmanuelgautier | ||
email: [email protected] | ||
|
||
# nfpms: | ||
# - package_name: "{{ .ProjectName }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters