Remove orderly

We packaged version "0.0.1", but there may have been a more recent
version available. In any case, no one submitted any updates and
upstream work seems to have stalled 2 years ago.

Closes Homebrew/homebrew#10390.
master
Adam Vandenberg 2012-02-25 22:23:26 -08:00
parent d727455656
commit 9efd13492a
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
require 'formula'
class Orderly < Formula
homepage 'http://orderly-json.org/'
url 'https://github.com/lloyd/orderly/tarball/cdf140170b987a27826ba146b31890b0ae1506bd'
version '0.0.1'
md5 'b416de7d7e90088a7c842cc26ae393ec'
depends_on 'yajl'
depends_on 'cmake' => :build
def install
system "cmake #{std_cmake_parameters} ."
system "make install"
end
end