#Maintainer: Konstantin Gizdov pkgname=send_email pkgver=0.4.7 pkgrel=1 pkgdesc='Send emails in bare-bone environments with minimal requirements.' arch=(any) license=('MIT') url="https://github.com/kgizdov/send_email.sh" depends=('coreutils' 'bash' 'curl') source=( "${pkgname}-${pkgver}.tar.gz::https://github.com/kgizdov/${pkgname}.sh/archive/v${pkgver}.tar.gz" ) sha512sums=('0fbfc1aedf734747abdaa3cbce0cbd528c918229fdb358403c5cd7d04907f5680de7b607d7f030f18c93cf9f0e41cfad90d2845cf2ab710174ed43b9e4621f65') validpgpkeys=('4BE61D684CB4E31741614E7089AA27231C530226') package () { cd "${srcdir}/${pkgname}.sh-${pkgver}" install -d "${pkgdir}/usr/bin" install "${pkgname}" "${pkgdir}/usr/bin/${pkgname}" install -d "${pkgdir}/usr/share/licenses/${pkgname}" install LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }