New package: sendEmail-1.56 (#1059)

This commit is contained in:
Andrew Benson 2018-07-20 14:13:19 -05:00 committed by cr6git
parent b75c71bff7
commit 31c7d722f9

View file

@ -0,0 +1,19 @@
# Template file for 'sendEmail'
pkgname=sendEmail
version=1.56
revision=1
noarch=yes
wrksrc="${pkgname}-v${version}"
depends="perl-Net-SSLeay"
short_desc="Lightweight, command line SMTP email client"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-2.0-or-later"
homepage="http://caspian.dotconf.net/menu/Software/SendEmail/"
changelog="${homepage}/CHANGELOG"
distfiles="${homepage}/sendEmail-v${version}.tar.gz"
checksum=6dd7ef60338e3a26a5e5246f45aa001054e8fc984e48202e4b0698e571451ac0
do_install() {
vbin sendEmail
vdoc README
}