2009-11-13 03:06:50 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Lockrun < Formula
|
2009-11-13 03:06:50 +00:00
|
|
|
url 'http://unixwiz.net/tools/lockrun.c'
|
|
|
|
homepage 'http://unixwiz.net/tools/lockrun.html'
|
2011-02-22 19:43:54 +00:00
|
|
|
md5 '40f1a02df4dd67c5e2d973b669acb45d'
|
2009-11-13 03:06:50 +00:00
|
|
|
version '20090625'
|
|
|
|
|
|
|
|
def install
|
2010-08-10 15:05:31 +00:00
|
|
|
system "#{ENV.cc} #{ENV.cflags} lockrun.c -o lockrun"
|
2009-11-13 03:06:50 +00:00
|
|
|
bin.install "lockrun"
|
|
|
|
end
|
|
|
|
end
|