diff options
| author | Geoff Nixon | 2015-02-22 01:18:17 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-09 08:16:22 +0100 |
| commit | 39066338603fc94a579dd50e755bee4b2f103568 (patch) | |
| tree | cc7a456d853b7e191a806305ffd1199dbdc736d6 /Library | |
| parent | 18aad00153c33d46546f3e9c5c458d7ae808b140 (diff) | |
| download | homebrew-39066338603fc94a579dd50e755bee4b2f103568.tar.bz2 | |
dromeaudio: move to head-only.
Closes #37057.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dromeaudio.rb | 14 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 |
2 files changed, 1 insertions, 14 deletions
diff --git a/Library/Formula/dromeaudio.rb b/Library/Formula/dromeaudio.rb deleted file mode 100644 index 0224cc241..000000000 --- a/Library/Formula/dromeaudio.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'formula' - -class Dromeaudio < Formula - homepage 'http://joshbeam.com/software/dromeaudio/' - url 'http://joshbeam.com/files/software/dromeaudio/DromeAudio-0.2.1.tar.gz' - sha1 '4d225a2b00300d04320aafb217d9087b12651be1' - - depends_on 'cmake' => :build - - def install - system "cmake", ".", *std_cmake_args - system "make install" - end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 363d89f2f..a65ea0b23 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -35,6 +35,7 @@ TAP_MIGRATIONS = { "dmenu" => "homebrew/x11", "dotwrp" => "homebrew/science", "drizzle" => "homebrew/boneyard", + "dromeaudio" => "homebrew/head-only", "drush" => "homebrew/php", "dsniff" => "homebrew/boneyard", "dwm" => "homebrew/x11", |
