2011-01-05 14:09:07 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Libyubikey < Formula
|
2013-05-24 18:16:39 +00:00
|
|
|
homepage 'http://yubico.github.io/yubico-c/'
|
2013-12-05 03:39:09 +00:00
|
|
|
url 'http://yubico.github.io/yubico-c/releases/libyubikey-1.11.tar.gz'
|
|
|
|
sha1 'a939abc129ed66af193d979765a8d8ac59ad7c40'
|
2011-01-05 14:09:07 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|