mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 00:15:56 +03:00
[GH-ISSUE #42] Package for Homebrew #632
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#632
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 3, 2013).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/42
@ku1ik commented on GitHub (Oct 7, 2013):
asciinema source is a regular python package now, installable via pip/easy_install.
I am not Mac user so I don't really know what's the best way to package it for homebrew. If there's any volunteer who can help building and maintaining homebrew formula then the beer is coming along his/her way ;)
@ku1ik commented on GitHub (Oct 7, 2013):
asciinema source is a regular python package now, installable via pip/easy_install.
I am not Mac user so I don't really know what's the best way to package it for homebrew. If there's any volunteer who can help building and maintaining homebrew formula then the beer is coming along his/her way ;)
@Sharpie commented on GitHub (Jul 9, 2014):
brew install pythonfollowed bypip install asciinemaworks for me. In general, Homebrew prefers not to re-package stuff that is adequately managed by tools like Pip as it duplicates packaging effort, maintenance effort and the Brew package will usually lag behind the releases available through Pip.