diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/jstalk.rb | 24 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 |
2 files changed, 1 insertions, 24 deletions
diff --git a/Library/Formula/jstalk.rb b/Library/Formula/jstalk.rb deleted file mode 100644 index aca1192b6..000000000 --- a/Library/Formula/jstalk.rb +++ /dev/null @@ -1,24 +0,0 @@ -require 'formula' - -class Jstalk < Formula - homepage 'http://jstalk.org/' - url 'https://github.com/ccgus/jstalk/archive/v1.0.1.tar.gz' - sha1 '9257333ca347bc29cfc5e97cc199b61cfefa2168' - - head 'https://github.com/ccgus/jstalk.git' - - depends_on :macos => :snow_leopard - depends_on :xcode - - def install - ["JSTalk Framework", "jstalk command line", "JSTalk Editor"].each do |t| - xcodebuild "-target", t, "-configuration", "Release", "ONLY_ACTIVE_ARCH=YES", "SYMROOT=build" - end - - cd 'build/Release' do - bin.install 'jstalk' - prefix.install "JSTalk Editor.app" - frameworks.install 'JSTalk.framework' - end - end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 2333e0c50..4da24c137 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -22,6 +22,7 @@ TAP_MIGRATIONS = { "iulib" => "homebrew/boneyard", "jscoverage" => "homebrew/boneyard", "jsl" => "homebrew/binary", + "jstalk" => "homebrew/boneyard", "justniffer" => "homebrew/boneyard", "kerl" => "homebrew/headonly", "kismet" => "homebrew/boneyard", |
