rust-battop icon indicating copy to clipboard operation
rust-battop copied to clipboard

brew formula

Open lozhn opened this issue 6 years ago • 4 comments

Hi, is it possible to wrap the code into a brew formula for quick installation? Thanks.

lozhn avatar Feb 25 '19 11:02 lozhn

I have never created brew formulas before, but it seems that I'll need working release process at first, which is a low priority right now, since battery-cli crate is basically a PoC at the moment.

Here is a compiled 0.1.1 version for the x86_64-apple-darwin target, you may try it: battery-x86_64-apple-darwin.gz

svartalf avatar Feb 25 '19 12:02 svartalf

hey @svartalf! Looking forward to brew formula. :)

Dentrax avatar Sep 04 '21 19:09 Dentrax

Hi @Dentrax ! I'm not using brew and I'm not up for writing and maintaining it right now; feel free to contribute it!

svartalf avatar Sep 09 '21 13:09 svartalf

Here's a simple one you can base it on: https://github.com/indigoviolet/homebrew-tap/blob/main/Formula/battop.rb

indigoviolet avatar May 10 '23 21:05 indigoviolet