homebrew-core/Formula/wol.rb

12 lines
186 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
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