2012-11-17 11:07:04 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class TaskSpooler < Formula
|
|
|
|
homepage 'http://vicerveza.homeunix.net/~viric/soft/ts/'
|
|
|
|
url 'http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.7.3.tar.gz'
|
|
|
|
sha1 '33b9321d4f48a2c2685a8240db4e00c0e69ef9bc'
|
|
|
|
|
2013-01-03 05:36:18 +00:00
|
|
|
conflicts_with 'moreutils',
|
|
|
|
:because => "both install a 'ts' executable."
|
|
|
|
|
2012-11-17 11:07:04 +00:00
|
|
|
def install
|
|
|
|
system "make", "install", "PREFIX=#{prefix}"
|
|
|
|
end
|
|
|
|
end
|