homebrew-core/Formula/authexec.rb

12 lines
214 B
Ruby

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