pinentry: disable GTK GUI
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
317a890396
commit
0304a3ac26
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class Pinentry < Formula
|
||||
url 'ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.8.1.tar.gz'
|
||||
homepage 'http://www.gnupg.org/related_software/pinentry/index.en.html'
|
||||
url 'ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.8.1.tar.gz'
|
||||
sha1 '84a6940175b552a8562b4014f4661dec3ff10165'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
|
@ -11,7 +11,9 @@ class Pinentry < Formula
|
|||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--disable-pinentry-qt",
|
||||
"--disable-pinentry-qt4"
|
||||
"--disable-pinentry-qt4",
|
||||
"--disable-pinentry-gtk",
|
||||
"--disable-pinentry-gtk2"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue