homebrew-core/Formula/authexec.rb

15 lines
320 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Authexec < Formula
homepage 'https://github.com/tcurdt/authexec'
2012-02-09 14:57:27 +00:00
url 'https://github.com/tcurdt/authexec/tarball/1.0'
2012-08-10 18:35:50 +00:00
sha1 'cae4cbd4c2d3ded8e13b4257d951efd1755ed411'
2012-02-09 14:57:27 +00:00
head 'https://github.com/tcurdt/authexec.git'
def install
system 'make all'
bin.install 'authexec'
end
end