diff options
Diffstat (limited to 'homebrew/gnupgpkcs11scd/.make.sh-auto')
-rw-r--r-- | homebrew/gnupgpkcs11scd/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/gnupgpkcs11scd/.make.sh-auto b/homebrew/gnupgpkcs11scd/.make.sh-auto new file mode 100644 index 000000000..385d28267 --- /dev/null +++ b/homebrew/gnupgpkcs11scd/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +autoreconf -fiv +pkg:configure --disable-dependency-tracking --with-libgpg-error-prefix=#{Formula[libgpg-error"].opt_prefix}" --with-libassuan-prefix=#{Formula[libassuan"].opt_prefix}" --with-libgcrypt-prefix=#{Formula[libgcrypt"].opt_prefix}" +make +make check +make DESTDIR=${PKG_DEST} install |