Go to file
tobadia 9edc5b792e Update audacity (v2.1.2)
Changed Audacity download URL.

Update audacity URL, now grabbed from an embeded iframe within the protected download URL

Update audacity with proper URL and no more style offenses

Update audacity and comments in code for future maintenance
2016-06-18 21:13:40 +02:00
.github Update PULL_REQUEST_TEMPLATE.md 2016-04-13 20:29:39 -04:00
Casks Update audacity (v2.1.2) 2016-06-18 21:13:40 +02:00
ci/travis travis: OS X > macOS 2016-06-13 21:17:46 +01:00
cmd Don't explicitly exit with 0 after success 2015-12-16 23:43:25 -05:00
developer developer scripts: OS X > macOS 2016-06-13 20:36:20 +01:00
doc docs: Mac > macOS 2016-06-13 21:17:57 +01:00
lib Replace `and`/`or`/`not` keywords with `&&`/`||`/`!` (#22041) 2016-06-18 00:43:50 -04:00
man/man1 docs: OS X > macOS 2016-06-13 20:38:18 +01:00
spec core: OS X > macOS 2016-06-13 21:17:46 +01:00
test Make appdir method available inside *flight blocks (#22043) 2016-06-17 13:25:19 -04:00
.editorconfig
.gitattributes Create .gitattributes 2015-09-21 13:57:20 +01:00
.gitignore
.rspec
.rubocop.yml Move cask-specific rubocop configuration to Casks/.rubocop.yml 2016-01-16 18:19:30 -05:00
.simplecov
.travis.yml Revert "Cache Homebrew kegs and casks along with Ruby gems" (#21289) 2016-05-18 19:19:18 -04:00
CONDUCT.md Update Code of Conduct to Contributor Covenant 1.4 2016-02-23 22:00:02 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md (#21604) 2016-06-01 15:52:07 -04:00
Gemfile Fix deadlock in `Hbc::SystemCommand` (#21665) 2016-06-03 21:01:34 -04:00
Gemfile.lock Fix deadlock in `Hbc::SystemCommand` (#21665) 2016-06-03 21:01:34 -04:00
LICENSE Bump year to 2016 2016-01-04 02:37:44 +09:00
README.md docs: Mac > macOS 2016-06-13 21:17:57 +01:00
Rakefile initial document breaks 2016-01-20 00:48:20 +00:00
USAGE.md USAGE.md: fix uses of /opt (#21879) 2016-06-12 12:07:20 +01:00
brew-cask.rb brew-cask 0.60.1 2016-01-11 12:32:31 -05:00

README.md

Homebrew-Cask

Important: Homebrew-Cask changed its default Caskroom location. See the relevant issue and pull request for details. If you are getting a warning about this and are unsure how to proceed, see this issue for a brief explanation of each option.

Important: Homebrew-Cask changed its behaviour from linking apps to moving them. See the relevant issue and pull request for details.


“To install, drag this icon…” no more!

Homebrew-Cask extends Homebrew and brings its elegance, simplicity, and speed to the installation and management of GUI macOS applications such as Google Chrome and Adium.

We do this by providing a friendly Homebrew-style CLI workflow for the administration of macOS applications distributed as binaries.

Its implemented as a homebrew external command called cask.

Build Status Code Climate Coverage Status Join the chat at https://gitter.im/caskroom/homebrew-cask

Lets try it!

To start using Homebrew-Cask, you just need Homebrew installed.

$ brew cask install google-chrome
==> Downloading https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg
==> Moving App 'Google Chrome.app' to '/Applications/Google Chrome.app'
🍺  google-chrome staged at '/usr/local/Caskroom/google-chrome/latest' (3 files, 288K)

And there we have it. Google Chrome installed with a few quick commands: no clicking, no dragging, no dropping.

$ open /Applications/"Google Chrome.app"

Learn More

  • Find basic documentation on using Homebrew-Cask in USAGE.md
  • Want to contribute a Cask? Awesome! See CONTRIBUTING.md
  • Want to hack on our code? Also awesome! See hacking.md
  • More project-related details and discussion are available in the documentation

Questions? Wanna chat?

Were really rather friendly! Here are the best places to talk about the project:

Reporting Bugs

We still have bugs — and we are busy fixing them! If you have a problem, dont be shy about reporting it on our GitHub issues page. Always search for your issue before posting a new one.

When reporting bugs, remember that Homebrew-Cask is an independent project from Homebrew. Do your best to direct bug reports to the appropriate project. If your command-line started with brew cask, bring the bug to us first!

Before reporting a bug, make sure you have the latest versions of Homebrew, Homebrew-Cask, and all Taps by running the following command:

$ brew update; brew cleanup; brew cask cleanup

In addition, if you havent yet, run the following once to switch to the new system:

$ brew uninstall --force brew-cask; brew update

If it's been a while since you last updated Homebrew-Cask, you may still have the old phinze/cask tap installed. Run the following to clean up, then try your command again:

$ brew untap phinze/cask; brew untap caskroom/cask; brew update

If the issue persists, please use our bug report template to report the output of running the problematic command with the --verbose flag, along with the output of brew cask doctor.

License

Code is under the BSD 2 Clause (NetBSD) license