We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
macos10.15不能修改系统文件了,并且也不想用sudo安装,能不能发布一个homebrew的版本
The text was updated successfully, but these errors were encountered:
弄不来 homebrew,怎么弄啊?
Sorry, something went wrong.
刚刚试了一下,已经放到自己的brew仓库里面去了,你可以试着push到homebrew-core
lomot@lomot-Mac ~ brew search emake ==> Formulae libpagemaker lomotho/taps/emake ✔ premake remake snakemake
我发布在私有仓库的具体步骤:
git clone [email protected]:LomotHo/homebrew-taps.git cd homebrew-taps mkdir Formula
// 此命令会在/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula下生成emake.rb brew create https://github.com/LomotHo/emake/archive/3.6.9.tar.gz // 链接是github release中复制的
修改emake.rb中install部分,如下:(需要提前在emake项目下把emake.py复制一份为emake,我fork了一份)
def install bin.install "emake" end
之后就可以从brew 安装了:
brew install lomotho/taps/emake
我参考的是这篇文章:https://mogeko.me/2019/046/
No branches or pull requests
macos10.15不能修改系统文件了,并且也不想用sudo安装,能不能发布一个homebrew的版本
The text was updated successfully, but these errors were encountered: