diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-17 14:34:34 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 14:34:34 +0300 |
commit | c6cd1e5c3a83cb6f230c0b7fcfdb21d1ad8b64c7 (patch) | |
tree | 92bb0762641608572dce5f0262b7f0a467eb843a /community/msmtp/build | |
parent | fb6b185ea2949c666a7a2c4666e772f02560cf4b (diff) | |
download | repository-c6cd1e5c3a83cb6f230c0b7fcfdb21d1ad8b64c7.tar.gz |
msmtp: added to community
Diffstat (limited to 'community/msmtp/build')
-rwxr-xr-x | community/msmtp/build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/msmtp/build b/community/msmtp/build new file mode 100755 index 00000000..097f1f6b --- /dev/null +++ b/community/msmtp/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --with-msmtpd \ + --with-tls=openssl + +make +make DESTDIR="$1" install |