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