msmtp: adding example config files

This commit is contained in:
Yuusha Spacewolf 2017-11-12 03:02:03 -06:00 committed by Leаh Neukirchen
parent 8c4434023f
commit cba995d46a

View file

@ -18,3 +18,8 @@ homepage="http://msmtp.sourceforge.net"
license="GPL-3"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=da15db1f62bd0201fce5310adb89c86188be91cd745b7cb3b62b81a501e7fb5e
post_install() {
vsconf doc/msmtprc-system.example
vsconf doc/msmtprc-user.example
}