Skip to content

Commit

Permalink
Add homebrew deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Nov 28, 2021
1 parent 9cb2c1c commit c7df32f
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,21 @@ release:
owner: qownnotes
name: qc
name_template: '{{.Tag}}'
#brews:
# -
# tap:
# owner: pbek
# name: homebrew-qc
# commit_author:
# name: goreleaserbot
# email: [email protected]
# description: "QOwnNotes command-line snippet manager"
# homepage: "https://github.com/qownnotes/qc"
# dependencies:
# - fzf
# install: |
# bin.install Dir['qc']
# zsh_completion.install "misc/completions/zsh/_qc"
# test: |
# system "#{bin}/qc"
# https://goreleaser.com/customization/homebrew/
brews:
-
tap:
owner: qownnotes
name: homebrew-qc
description: "QOwnNotes command-line snippet manager"
homepage: "https://github.com/qownnotes/qc"
dependencies:
- fzf
install: |
bin.install Dir['qc']
zsh_completion.install "misc/completions/zsh/_qc"
test: |
system "#{bin}/qc"
builds:
- goos:
- linux
Expand Down

0 comments on commit c7df32f

Please sign in to comment.