New formula for wol a wake on lan application.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
2725f13236
commit
8918e0d5b9
1 changed files with 11 additions and 0 deletions
11
Formula/wol.rb
Normal file
11
Formula/wol.rb
Normal 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
|
Loading…
Reference in a new issue