Redact yubikey-personalization
It is a duplicate of ykpers.
This commit is contained in:
parent
e954e6b038
commit
2ef629060a
1 changed files with 0 additions and 23 deletions
|
@ -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
|
Loading…
Reference in a new issue