2013-07-26 11:21:03 +00:00
|
|
|
class Libcello < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Higher-level programming in C"
|
2015-08-03 12:55:31 +00:00
|
|
|
homepage "http://libcello.org/"
|
|
|
|
head "https://github.com/orangeduck/libCello.git"
|
|
|
|
url "http://libcello.org/static/libCello-1.1.7.tar.gz"
|
|
|
|
sha256 "2273fe8257109c2dd19054beecd83ddcc780ec565a1ad02721e24efa74082908"
|
2013-07-26 11:21:03 +00:00
|
|
|
|
2014-07-03 17:36:38 +00:00
|
|
|
bottle do
|
|
|
|
cellar :any
|
2014-10-21 15:14:29 +00:00
|
|
|
revision 1
|
2015-11-19 15:45:31 +00:00
|
|
|
sha256 "99e4284df31d64596818917832663c6ddca528d1cf0dee15a29152261dde7dae" => :yosemite
|
|
|
|
sha256 "9f018f1773ca94ce29a5d534dde008ddaa9bf66d8ef2c30d0e341e1fe36bf468" => :mavericks
|
|
|
|
sha256 "4730b47efc29ea8896151ec04afc6b3426cb76669bc65d37f3aa33a5e935fa46" => :mountain_lion
|
2014-07-03 17:36:38 +00:00
|
|
|
end
|
|
|
|
|
2013-07-26 11:21:03 +00:00
|
|
|
def install
|
|
|
|
system "make", "check"
|
|
|
|
system "make", "install", "PREFIX=#{prefix}"
|
|
|
|
end
|
|
|
|
end
|