[arch-commits] Commit in libaxc/repos (community-x86_64 community-x86_64/PKGBUILD)

Frederik Schwan freswa at archlinux.org
Sat Feb 13 18:04:15 UTC 2021


    Date: Saturday, February 13, 2021 @ 18:04:14
  Author: freswa
Revision: 859476

archrelease: copy trunk to community-x86_64

Added:
  libaxc/repos/community-x86_64/
  libaxc/repos/community-x86_64/PKGBUILD
    (from rev 859475, libaxc/trunk/PKGBUILD)

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

Copied: libaxc/repos/community-x86_64/PKGBUILD (from rev 859475, libaxc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-02-13 18:04:14 UTC (rev 859476)
@@ -0,0 +1,23 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+
+pkgname=libaxc
+pkgver=0.3.4
+pkgrel=1
+pkgdesc='Client lib for libsignal-c aka libaxolotl'
+arch=('x86_64')
+url='https://github.com/gkdr/axc'
+license=('GPL3')
+depends=('libsignal-protocol-c' 'sqlite' 'libgcrypt' 'glib2')
+provides=('libaxc.so')
+source=("https://github.com/gkdr/axc/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+b2sums=('78fc122eefbc5c6173bdad5cf31734cf95b750c09bddede5b2656a88bede3d6c25fb22af5447681c58eb1f296ee326480e22aacb843d951f1bd7a6933155432a')
+
+build() {
+  cd ${pkgname##lib}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname##lib}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+}



More information about the arch-commits mailing list