homebrew-core/Formula/authexec.rb
Torsten Curdt 440483392e authexec: update build location
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 10:26:44 -07:00

11 lines
212 B
Ruby

require 'formula'
class Authexec < Formula
head 'git://github.com/tcurdt/authexec.git'
homepage 'https://github.com/tcurdt/authexec'
def install
system 'make all'
bin.install 'authexec'
end
end