From c6cd1e5c3a83cb6f230c0b7fcfdb21d1ad8b64c7 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 17 Dec 2019 14:34:34 +0300 Subject: msmtp: added to community --- community/msmtp/build | 9 +++++++++ community/msmtp/checksums | 1 + community/msmtp/sources | 1 + community/msmtp/version | 1 + 4 files changed, 12 insertions(+) create mode 100755 community/msmtp/build create mode 100644 community/msmtp/checksums create mode 100644 community/msmtp/sources create mode 100644 community/msmtp/version (limited to 'community') 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 diff --git a/community/msmtp/checksums b/community/msmtp/checksums new file mode 100644 index 00000000..f61715f4 --- /dev/null +++ b/community/msmtp/checksums @@ -0,0 +1 @@ +6625f147430c65ba8527f52c4fe5d4d33552d3c0fb6d793ba7df819a3b3042e1 msmtp-1.8.6.tar.xz diff --git a/community/msmtp/sources b/community/msmtp/sources new file mode 100644 index 00000000..a106421d --- /dev/null +++ b/community/msmtp/sources @@ -0,0 +1 @@ +https://marlam.de/msmtp/releases/msmtp-1.8.6.tar.xz diff --git a/community/msmtp/version b/community/msmtp/version new file mode 100644 index 00000000..1cb00c85 --- /dev/null +++ b/community/msmtp/version @@ -0,0 +1 @@ +1.8.6 1 -- cgit v1.2.3