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

homebrew? #16

Closed
elgs opened this Issue Jul 15, 2016 · 8 comments

Comments

Projects
None yet
7 participants
@elgs

elgs commented Jul 15, 2016

Any chance to install from homebrew?

@renard

This comment has been minimized.

Show comment
Hide comment
@renard

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.

@selfagency

This comment has been minimized.

Show comment
Hide comment
@selfagency

selfagency Jul 17, 2016

@renard

» 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

@renard

» 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
@renard

This comment has been minimized.

Show comment
Hide comment
@renard

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
fi

readlink 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 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
fi

readlink 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.

@rgcr

This comment has been minimized.

Show comment
Hide comment
@rgcr

rgcr Jul 18, 2016

Owner

@renard Thank you so much for your effort here, I'll working on it 👍

Owner

rgcr commented Jul 18, 2016

@renard Thank you so much for your effort here, I'll working on it 👍

@teddywing

This comment has been minimized.

Show comment
Hide comment
@teddywing

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

@bensleveritt

This comment has been minimized.

Show comment
Hide comment
@bensleveritt

bensleveritt Jul 31, 2016

Ace. This can be closed!

bensleveritt commented Jul 31, 2016

Ace. This can be closed!

@michaelhood

This comment has been minimized.

Show comment
Hide comment
@michaelhood

michaelhood Jul 31, 2016

thanks for getting this into homebrew. just installed. 👍

michaelhood commented Jul 31, 2016

thanks for getting this into homebrew. just installed. 👍

@rgcr

This comment has been minimized.

Show comment
Hide comment
@rgcr
Owner

rgcr commented Jul 31, 2016

@rgcr rgcr closed this Jul 31, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment