Help to write my formula #1106
Unanswered
cromatikap
asked this question in
Tap maintenance and brew development
Replies: 1 comment 6 replies
-
Do you have
? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to distribute my CLI python program.
To build it, I use
python -m PyInstaller btw.py
. Then the standalone is indist/btw/
. I can move this folder anywhere and call the executable in it from any place. I made a .tar.gz file of this folder and uploaded it on github as a release.Then I used
brew create https://github.com/bidetaggle/btw/archive/refs/tags/1.0.0.tar.gz
to generate the Formula. You can see it here: https://github.com/bidetaggle/homebrew-btw/blob/main/Formula/btw.rbNow if I do
brew tap bidetaggle/btw
thenbrew install btw
I get this error:Is it possible to have some guidance on this? I'm not event sure that I'm tarballing the right thing. I went through the documentation but I'm honestly confused.
Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions