Date: Saturday, June 19, 2021 @ 07:02:58
  Author: arojas
Revision: 965363

archrelease: copy trunk to staging-x86_64

Added:
  libesmtp/repos/staging-x86_64/
  libesmtp/repos/staging-x86_64/PKGBUILD
    (from rev 965362, libesmtp/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: libesmtp/repos/staging-x86_64/PKGBUILD (from rev 965362, 
libesmtp/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2021-06-19 07:02:58 UTC (rev 965363)
@@ -0,0 +1,24 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Roman Kyrylych <[email protected]>
+# Contributor: Tom Newsom <[email protected]>
+
+pkgname=libesmtp
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A library to manage posting mail to a preconfigured MTA.'
+arch=('x86_64')
+url='https://libesmtp.github.io/'
+license=('LGPL')
+depends=('openssl')
+makedepends=('meson')
+source=("https://github.com/libesmtp/libESMTP/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('1c89f9af9f56b74ec4dce3fc59a7236f')
+
+build() {
+  arch-meson build libESMTP-${pkgver}
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "${pkgdir}"
+}

Reply via email to