New formula for wol a wake on lan application.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Kyle Fuller 2010-01-19 00:00:36 +00:00 committed by Adam Vandenberg
parent 2725f13236
commit 8918e0d5b9
1 changed files with 11 additions and 0 deletions

11
Formula/wol.rb Normal file
View File

@ -0,0 +1,11 @@
require 'formula'
class Wol <Formula
head 'git://github.com/kylef/wol.git'
homepage 'http://kylefuller.co.uk/'
def install
system "make"
bin.install "bin/wol"
end
end