-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any homebrew formula for it #80
Comments
I don't use homebrew often. What's the advantage over
|
@nosarthur so haven't personally worked on homebrew formula for python applications, but from user point of view, i find homebrew like |
I see. I haven't thought about generating a homebrew formula. Please feel free to create it. Thanks for your help! |
Hi, @murarisumit |
Ah, thanks @nosarthur, will create and update readme. Thanks for comment |
@murarisumit I was curious about this so I did a little research. Using class Gita < Formula
include Language::Python::Virtualenv
desc "Manage many git repos with sanity 从容管理多个git库"
homepage "https://github.com/nosarthur/gita"
url "https://github.com/nosarthur/gita/archive/refs/tags/v0.16.2.tar.gz"
sha256 "a292ac7e7dbf36959e9a0e349a2a672a480dfe5dab03d87b53fc552ee070a2af"
license "MIT"
head "https://github.com/nosarthur/gita.git", branch: "master"
depends_on "[email protected]"
def install
virtualenv_install_with_resources
end
test do
system "false"
end
end EDIT: bumped version down to |
maybe instead of 3.10, use 3.6? or from 3.6 to 3.9? I actually know 3.10 doesn't work due to the async library API change, #91 |
I don't see any homebrew formula for gita, do we have any plans to have homebrew formula for it.
I can work on it, thought of confirming before I start on it.
The text was updated successfully, but these errors were encountered: