ok-borg / borg

Search and save shell snippets without leaving your terminal
Apache License 2.0
1.61k stars 58 forks source link

Homebrew formula #18

Closed mcdado closed 7 years ago

mcdado commented 7 years ago

Hi there! I started to create a brew formula for borg, since it's easier for many to keep the package up to date. See https://github.com/Homebrew/homebrew-core/pull/5432

Problem is I don't know how to build go packages, and what are the Homebrew calls to do it properly. Anyway, I was hoping you could give a little help in the necessary steps…

crufter commented 7 years ago

Hi there!

Awesome idea, sure, gonna have a look at the build.

Thanks

On 1 October 2016 at 10:55, David Gasperoni notifications@github.com wrote:

Hi there! I started to create a brew formula for borg, since it's easier for many to keep the package up to date. See Homebrew/homebrew-core#5432 https://github.com/Homebrew/homebrew-core/pull/5432

Problem is I don't know how to build go packages, and what are the Homebrew calls to do it properly. Anyway, I was hoping you could give a little help in the necessary steps…

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/crufter/borg/issues/18, or mute the thread https://github.com/notifications/unsubscribe-auth/ABI3kAwOQjPfMVyVzEU5a1OFJT1fNyFXks5qvi4VgaJpZM4KLt7C .

mcdado commented 7 years ago

The formula builds now. The check that fails in the automatic build step is that the project is too recent (less than 30 days). Unless a maintainer gives a pass, the problem will be resolved on .

crufter commented 7 years ago

@mcdado Awesome and thanks!