🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132
pkgname: msmtp
pkgver: '1.8.34'
pkgrel: '1'
pkgdesc: 'A mini smtp client'
url: 'https://marlam.de/msmtp/'
arch: x86_64
license:
- GPL3
depends: []
makedepends:
- gnutls
source:
- 'https://marlam.de/${pkgname}/releases/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-libgsasl \
--with-tls=gnutls
make
make DESTDIR="${PKGDIR}" install
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
true