# Depends on: cyrus-sasl extra-cmake-modules python kcoreaddons ki18n kio kmime description="Job-based library to send email through an SMTP server" url="https://www.kde.org/" packager="tnut " name=ksmtp version=18.12.0 source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz) build=kde5 uptodate() { feed=https://github.com/KDE/$name/releases.atom exec="lynx -read_timeout=20 -dump -listonly -nonumbers $feed" ligne=1 # nombre de notification ? afficher $exec $feed | grep title | \ sed "s@@@" | \ sed "s@@@" | \ sed "s@v@@" | sed "s@ @@g" | \ head -n $(($ligne+1 )) | \ tail -n $(($ligne)) }