2010-02-16 14:10:42 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Authexec < Formula
|
2011-05-10 15:23:08 +00:00
|
|
|
homepage 'https://github.com/tcurdt/authexec'
|
2013-03-29 01:03:20 +00:00
|
|
|
url 'https://github.com/tcurdt/authexec/archive/1.0.tar.gz'
|
|
|
|
sha1 '73d8fb4202ae99057691788442bb192972ef304c'
|
2012-08-10 18:35:50 +00:00
|
|
|
|
2012-02-09 14:57:27 +00:00
|
|
|
head 'https://github.com/tcurdt/authexec.git'
|
2010-02-16 14:10:42 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system 'make all'
|
|
|
|
bin.install 'authexec'
|
|
|
|
end
|
|
|
|
end
|