task-spooler 0.7.3

Closes Homebrew/homebrew#16118.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Forrest Xu 2012-11-17 19:07:04 +08:00 committed by Adam Vandenberg
parent 77b98fe64e
commit 2db4e2badd

11
Formula/task-spooler.rb Normal file
View file

@ -0,0 +1,11 @@
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'
def install
system "make", "install", "PREFIX=#{prefix}"
end
end