mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 00:15:56 +03:00
[GH-ISSUE #24] Install via Homebrew #624
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#624
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ku1ik on GitHub (Oct 11, 2012).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/24
Via @hced:
As a feature suggestion, I propose installation/updating via Homebrew for us Mac users.
@ku1ik commented on GitHub (Oct 11, 2012):
Can someone try it out?
@ku1ik commented on GitHub (Oct 11, 2012):
Question is: if you can tell
bin.installto installasciiio.pyas justasciiio.@hced commented on GitHub (Oct 11, 2012):
Hi, sickill. I tried to install via
brewbut ran into this (I'm off to bed so I can't reply until tomorrow on this):brew install https://raw.github.com/gist/3875486/asciiio.rb --HEAD
######################################################################## 100,0%
Error: class "Asciiio" expected but not found in asciiio.rb
Double-check the name of the class in that formula.
Error: No available formula for asciiio
As for the
installcommand, that's a tricky question. I'm afraid I don't have the expertise necessary to answer. I read the man page forinstallbut it said nothing that really pointed to any obvious method of installing a file with a different name.@ku1ik commented on GitHub (Oct 11, 2012):
I have updated gist to have a proper class name.
@hced commented on GitHub (Oct 11, 2012):
Ok now the installation works. Although the executable keeps the .py extension:
Bedtime emerging :)
@ku1ik commented on GitHub (Oct 11, 2012):
Cool. Let's figure out how to install it with a different name and then I'll update installation instructions on the site.
@ku1ik commented on GitHub (Oct 11, 2012):
Cool. Let's figure out how to install it with a different name and then I'll update installation instructions on the site.
@ku1ik commented on GitHub (Oct 12, 2012):
I'll just rename the file in the repository to be just
asciiio.@ku1ik commented on GitHub (Oct 12, 2012):
I renamed the file to
asciiioand updated brew formula.@ku1ik commented on GitHub (Oct 12, 2012):
@ags313 can you try installing with above brew formula on your OSX?
@ags313 commented on GitHub (Oct 12, 2012):
Works 👍 :-)
@ku1ik commented on GitHub (Oct 12, 2012):
OSIM! I'll update installation instructions on the site the.
@hced commented on GitHub (Oct 13, 2012):
Perhaps a small consideration might be to add
asciiiointo Homebrew's public package registry? That way people can dobrew search asciiioand find it from there. And simply dobrew install asciiioto install.@hced commented on GitHub (Oct 13, 2012):
FYI, contributing a package is documented here: https://github.com/mxcl/homebrew/wiki
Edit: sorry if this was already done :) I reckon contributing packages (formulae) to Homebrew takes a while as it goes through a pull request process, before it's up there, live.
@ku1ik commented on GitHub (Oct 13, 2012):
No it wasn't done yet. I was planning to do this. First step was to have working formula in a gist. Then submit pull-request.
@hced commented on GitHub (Oct 13, 2012):
Ah, please forgive my going ahead of things. No hurry :)
@ku1ik commented on GitHub (Oct 13, 2012):
Pull request already sent ;)
@ku1ik commented on GitHub (Oct 13, 2012):
Pull request already sent ;)
@ku1ik commented on GitHub (Oct 14, 2012):
They rejected my pull reqeust (see https://github.com/mxcl/homebrew/pull/15441). We'll be fine with gist version for now.
@hced commented on GitHub (Oct 14, 2012):
I'm fabled why. But, oh well :)