Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: add brew #92

Open
glensc opened this issue Feb 27, 2018 · 1 comment
Open

Feature: add brew #92

glensc opened this issue Feb 27, 2018 · 1 comment

Comments

@glensc
Copy link
Contributor

glensc commented Feb 27, 2018

I just want to report that it would be awesome if meli could be installed with brew

➔ brew search meli
==> Searching local taps...
timelimit
==> Searching taps on GitHub...
==> Searching blacklisted, migrated and deleted formulae...
➔
@komuw
Copy link
Owner

komuw commented Feb 27, 2018

@glensc
I used to have that feature;

meli/.goreleaser.yml

Lines 21 to 34 in 02c7a12

# brew:
# github:
# owner: komuw
# name: meli
# commit_author:
# name: komuW
# email: [email protected]
# folder: HomebrewFormula
# homepage: "https://github.com/komuw/meli"
# description: "Faster alternative to docker-compose"
# test: |
# system "#{bin}/meli", "--version"
# install: |
# bin.install "meli"

But I had to remove it, since:

  • brew install meli would work
  • but brew update/upgrade meli wouldn't.

I'll have a look and see if I can re-enable it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants