# Maintainer: Erich Eckner pkgname=sendmailadvanced pkgver=1.5 pkgrel=1 pkgdesc="Wrapper for sendmail, which generates stamps and encrypts." arch=('any') url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=('gnupg' 'hashcash') makedepends=('help2man') checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=('etc/sendmailadvanced.conf') options=() source=( "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('18819778eebd5ba4d84bdb415baaca272acdec3b76cdb203d40bb977231b3083d5728afc45fb6501e3dbcf69a19108ecca66127eaad36ddaf6dba11ad84164ef') build() { cd ${pkgname}-${pkgver} make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }