Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #116 from ublue-os/brewtap
Browse files Browse the repository at this point in the history
feat: homebrew tap
  • Loading branch information
bketelsen authored Apr 9, 2023
2 parents 09d6842 + d6d6e8f commit 4784531
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,28 @@ dockers:
- "bketelsen/fleek:{{ if .IsNightly }}dev{{ else }}latest{{ end }}"
- "bketelsen/fleek:{{ .Tag }}{{ if .IsNightly }}dev{{ end }}"
- "bketelsen/fleek:v{{ .Major }}{{ if .IsNightly }}-dev{{ end }}"
brews:
- tap:
owner: ublue-os
name: homebrew-tap
folder: Formula
goarm: "7"
homepage: https://getfleek.dev
description: Own your $HOME
license: Apache-2.0
test: |
system "#{bin}/fleek -v"
dependencies:
- name: go
type: optional
- name: git

install: |-
bin.install "fleek"
bash_completion.install "completions/fleek.bash" => "fleek"
zsh_completion.install "completions/fleek.zsh" => "_fleek"
fish_completion.install "completions/fleek.fish"
man1.install "man/en/man1/fleek.1.gz"
# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
Expand Down

0 comments on commit 4784531

Please sign in to comment.