homebrew-core/Formula/ykclient.rb
Brett Koonce 8c19ff82d7 ykclient 2.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-18 20:20:04 -07:00

12 lines
319 B
Ruby

require 'formula'
class Ykclient < Formula
homepage 'http://code.google.com/p/yubico-c-client/'
url 'http://yubico-c-client.googlecode.com/files/ykclient-2.9.tar.gz'
sha1 'b3f8e0fffec6fa078375a4adee0f7cd968ea27f0'
def install
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end