make a brew package
See original GitHub issuejq
has a homebrew package. It would be good to have one for yq
as well.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Formula Cookbook - Homebrew Documentation
A formula is a package definition written in Ruby. It can be created with brew create <URL> where <URL> is a zip or...
Read more >Creating a HomeBrew Formula - Medium
This will create a pre-defined template of your formulae. Brew Formulae are nothing but simple ruby files. Clear all the predefined comments, ...
Read more >Creating and Running Your Own Homebrew Tap
The easiest way to add a package is to start with an application that is not part of the core and is available...
Read more >A Step-by-Step Guide To Create Homebrew Taps From ...
Step 1: Git Tag · Step 2. Create a New Release · Step 3. Run Brew Create · Step 4. Create a New...
Read more >Creating Homebrew Formula aka Package - Sujit Maharjan
The homebrew forumula is just a ruby files that has instruction of how to compile the source code and how those files are...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Homebrew now has a package for this repo, called
python-yq
(https://github.com/Homebrew/homebrew-core/pull/29776).@lonkaut, the yq package in homebrew is a different package, not related to this yq.