Date: Sunday, May 15, 2022 @ 17:14:03
  Author: archange
Revision: 1207477

archrelease: copy trunk to community-testing-x86_64

Added:
  jami-libclient/repos/community-testing-x86_64/
  jami-libclient/repos/community-testing-x86_64/PKGBUILD
    (from rev 1207476, jami-libclient/trunk/PKGBUILD)

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

Copied: jami-libclient/repos/community-testing-x86_64/PKGBUILD (from rev 
1207476, jami-libclient/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-15 17:14:03 UTC (rev 1207477)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+
+pkgname=jami-libclient
+pkgver=20220425
+pkgrel=1
+pkgdesc="Free and universal communication platform which preserves the users’ 
privacy and freedoms (client communication library)"
+arch=(x86_64)
+url="https://jami.net";
+license=(GPL3)
+groups=(jami)
+depends=(jami-daemon qt6-base)
+makedepends=(git cmake qt6-tools)
+provides=(libjamiclient)
+conflicts=(libjamiclient)
+replaces=(libjamiclient)
+_commit=c5bca2933fb02ef7f81e8fe0772801a4f97fd1f5
+source=(git+https://git.jami.net/savoirfairelinux/jami-libclient.git#commit=${_commit})
+md5sums=(SKIP)
+
+pkgver() {
+  cd ${pkgname}
+  TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD
+}
+
+build() {
+  cmake -B build -S jami-libclient \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}

Reply via email to