darrenburns / posting

The modern API client that lives in your terminal.
Apache License 2.0
4.48k stars 64 forks source link

brew package #38

Open alexanderadam opened 2 months ago

alexanderadam commented 2 months ago

It would be wonderful if posting would be available via brew. So that people could install and update it easily without having to mess with Python and it's dependencies directly.

According to the Readme it is planned anyway but so far I didn't find a ticket for tracking. :wink:

daeho-ro commented 1 month ago

You guys may start from this PR. https://github.com/Homebrew/homebrew-core/pull/177813

darrenburns commented 1 month ago

Thanks for attempting this @daeho-ro!

darrenburns commented 3 weeks ago

Spent a good couple of hours trying to get this working and failing this morning.

https://github.com/darrenburns/homebrew-homebrew

With brew install darrenburns/homebrew/posting, Posting will now install.

However, syntax highlighting does not work. I believe it's something to do with the py-tree-sitter-languages dependency. However, there are no errors while installing.

darrenburns commented 3 weeks ago

This could also be due to the highlighting files in Textual not being discovered for some reason, but I'm kind of out of ideas here. If someone more knowledgable on Homebrew is able to help, it would be appreciated.