diff options
Diffstat (limited to 'homebrew/fwknop/.make.sh-auto')
-rw-r--r-- | homebrew/fwknop/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/fwknop/.make.sh-auto b/homebrew/fwknop/.make.sh-auto new file mode 100644 index 000000000..4bf1824ca --- /dev/null +++ b/homebrew/fwknop/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +./autogen.sh +pkg:configure --disable-dependency-tracking --disable-silent-rules --with-gpgme --with-gpg=#{Formula[gnupg"].opt_bin}/gpg" +make DESTDIR=${PKG_DEST} install |