mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-05 16:28:04 +02:00
1.670
This commit is contained in:
parent
f1987d5e52
commit
b7c835d670
134 changed files with 44448 additions and 2810 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# $Id: build_mac.sh,v 1.2 2015/11/04 18:19:48 gilles Exp gilles $
|
||||
|
||||
eval `perl -I $HOME/perl5/lib/perl5 -Mlocal::lib`
|
||||
export MANPATH=$HOME/perl5/man:$MANPATH
|
||||
|
||||
|
@ -11,10 +13,13 @@ echo "$HOSTNAME $ARCH $KERNEL"
|
|||
VERSION=`./imapsync --version`
|
||||
BIN_NAME=imapsync_bin_Darwin
|
||||
|
||||
cpanm Mail::IMAPClient
|
||||
|
||||
pp -o $BIN_NAME \
|
||||
-M Mail::IMAPClient -M IO::Socket -M IO::Socket::SSL \
|
||||
-M Digest::MD5 -M Digest::HMAC_MD5 -M Term::ReadKey \
|
||||
-M Authen::NTLM \
|
||||
-M Crypt::OpenSSL::RSA -M JSON -M JSON::WebToken -M LWP -M HTML::Entities \
|
||||
imapsync
|
||||
|
||||
./imapsync_bin_Darwin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue