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.
This commit is contained in:
parent
d727455656
commit
9efd13492a
1 changed files with 0 additions and 16 deletions
|
@ -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
|
Loading…
Reference in a new issue