homebrew-core/Formula/wol.rb
2011-03-12 11:55:09 -08:00

11 lines
186 B
Ruby

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