Redact yubikey-personalization

It is a duplicate of ykpers.
This commit is contained in:
Adam Vandenberg 2013-06-30 10:52:50 -07:00
parent e954e6b038
commit 2ef629060a

View file

@ -1,23 +0,0 @@
require 'formula'
class YubikeyPersonalization < Formula
homepage 'https://www.yubico.com/develop/open-source-software/personalization-libraries/'
url 'https://github.com/Yubico/yubikey-personalization/archive/v1.13.0.zip'
sha1 'e82def981f5b2278593fe3366b68069085ceeb42'
depends_on 'libtool' => :build
depends_on 'automake' => :build
depends_on 'autoconf' => :build
depends_on 'libyubikey'
def install
system "autoreconf", "--install"
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
test do
system "#{bin}/ykchalresp"
end
end