Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign uphomebrew? #16
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
renard
Jul 15, 2016
I just wrote an unofficial recipe for homebrew.
Check this out: https://github.com/renard/homebrew-cw/blob/master/m-cli.rb
Please note that current m-cli is not really suitable for homebrew as it. I needs a few patches.
renard
commented
Jul 15, 2016
|
I just wrote an unofficial recipe for homebrew. Check this out: https://github.com/renard/homebrew-cw/blob/master/m-cli.rb Please note that current m-cli is not really suitable for homebrew as it. I needs a few patches. |
rgcr
added
duplicate
enhancement
labels
Jul 15, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
selfagency
Jul 17, 2016
» brew install --HEAD m-cli
==> Cloning https://github.com/rgcr/m-cli.git
Cloning into '/Users/daniel/Library/Caches/Homebrew/m-cli--git'...
remote: Counting objects: 39, done.
remote: Compressing objects: 100% (37/37), done.
remote: Total 39 (delta 3), reused 21 (delta 1), pack-reused 0
Unpacking objects: 100% (39/39), done.
Checking connectivity... done.
==> Checking out branch master
==> Patching
patching file m
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file m.rej
Error: Failure while executing: /usr/bin/patch -g 0 -f -p1
selfagency
commented
Jul 17, 2016
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
renard
Jul 18, 2016
@selfagency As I said m-cli is not currently suitable for homebrew.
The problem is here:
if [ -L $0 ]; then
pushd `readlink $0 | xargs dirname` > /dev/null
else
pushd `dirname $0` > /dev/null
fireadlink on OSX does not resolve an absolute the path.
I do not want to handle patches over patches it would be nice that @rgcr provides and official handler for relocation.
renard
commented
Jul 18, 2016
|
@selfagency As I said The problem is here: if [ -L $0 ]; then
pushd `readlink $0 | xargs dirname` > /dev/null
else
pushd `dirname $0` > /dev/null
fi
I do not want to handle patches over patches it would be nice that @rgcr provides and official handler for relocation. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
@renard Thank you so much for your effort here, I'll working on it |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
teddywing
Jul 30, 2016
For others wondering about the status of the formula: Homebrew/homebrew-core#3137
teddywing
commented
Jul 30, 2016
|
For others wondering about the status of the formula: Homebrew/homebrew-core#3137 |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
bensleveritt
commented
Jul 31, 2016
|
Ace. This can be closed! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
michaelhood
commented
Jul 31, 2016
|
thanks for getting this into homebrew. just installed. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Done ! |
elgs commentedJul 15, 2016
Any chance to install from homebrew?