2010-09-03 09:22:13 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Picoc < Formula
|
2010-09-03 09:22:13 +00:00
|
|
|
homepage 'http://code.google.com/p/picoc/'
|
2012-02-13 04:37:27 +00:00
|
|
|
url 'http://picoc.googlecode.com/files/picoc-2.1.tar.bz2'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '24fdc3c8302915d663fcaefaf878ab5ad5a2d69b'
|
2010-09-03 09:22:13 +00:00
|
|
|
|
|
|
|
def install
|
2012-02-13 04:37:27 +00:00
|
|
|
system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags} -DUNIX_HOST"
|
2010-09-03 09:22:13 +00:00
|
|
|
bin.install "picoc"
|
|
|
|
end
|
|
|
|
end
|