task-spooler 0.7.3
Closes Homebrew/homebrew#16118. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
77b98fe64e
commit
2db4e2badd
1 changed files with 11 additions and 0 deletions
11
Formula/task-spooler.rb
Normal file
11
Formula/task-spooler.rb
Normal 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
|
Loading…
Reference in a new issue