# Maintainer: Erich Eckner pkgname=sendmailadvanced pkgver=1.8.0 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=('774aa0f158976bc043ef36f391d37cc119abbbca35f3656e57698c4a1687fc998326efc7d930069fdf35744a53ef8c0cbe65ac0981ea927bcc3fd08fe95f302c') build() { cd ${pkgname}-${pkgver} make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }