Date: Tuesday, November 1, 2022 @ 16:16:07
  Author: foutrelis
Revision: 1340166

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: libesmtp/repos/community-staging-x86_64/PKGBUILD (from rev 1340165, 
libesmtp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-11-01 16:16:07 UTC (rev 1340166)
@@ -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=2
+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