2010-01-19 00:00:36 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Wol < Formula
|
2011-05-27 05:02:55 +00:00
|
|
|
head 'https://github.com/kylef/wol.git'
|
2010-01-19 00:00:36 +00:00
|
|
|
homepage 'http://kylefuller.co.uk/'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
|
|
|
bin.install "bin/wol"
|
|
|
|
end
|
|
|
|
end
|