diff options
| author | Jack Nagel | 2014-05-20 11:42:04 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-20 11:42:04 -0500 |
| commit | 8d092b1cd3b03028ac8aeb3a3a94ac57c8e75ad1 (patch) | |
| tree | 4baefed25e24c37f75e52f301f1731fe98adf976 | |
| parent | 220d9102f9a3eb1ca755a8973369bed956fcb228 (diff) | |
| download | homebrew-8d092b1cd3b03028ac8aeb3a3a94ac57c8e75ad1.tar.bz2 | |
Move appswitch to homebrew-binary
| -rw-r--r-- | Library/Formula/appswitch.rb | 15 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 3 |
2 files changed, 2 insertions, 16 deletions
diff --git a/Library/Formula/appswitch.rb b/Library/Formula/appswitch.rb deleted file mode 100644 index 07b4ddb1f..000000000 --- a/Library/Formula/appswitch.rb +++ /dev/null @@ -1,15 +0,0 @@ -require 'formula' - -class Appswitch < Formula - homepage 'http://web.sabi.net/nriley/software/' - url 'http://web.sabi.net/nriley/software/appswitch-1.1.1.tar.gz' - sha1 'df5535adadfcf219c60d28397b99627ae7be3148' - - def install - # Because the tarball always comes with a precompiled binary and because - # compiling this now would require using xcodebuild from a full XCode - # install, let's just use the binary so that we can support CLT only. - man1.install gzip('appswitch.1') - bin.install 'appswitch' - end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 6c6810e1b..97cbcf970 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -1,8 +1,9 @@ TAP_MIGRATIONS = { "agedu" => "homebrew/headonly", "aimage" => "homebrew/boneyard", - "aws-iam-tools" => "homebrew/boneyard", "apple-gcc42" => "homebrew/versions", + "appswitch" => "homebrew/binary", + "aws-iam-tools" => "homebrew/boneyard", "blackbox" => "homebrew/boneyard", "boost149" => "homebrew/versions", "catdoc" => "homebrew/boneyard", |
