[arch-commits] Commit in libomemo/repos (community-x86_64 community-x86_64/PKGBUILD)
Frederik Schwan
freswa at archlinux.org
Sat Feb 13 18:10:52 UTC 2021
Date: Saturday, February 13, 2021 @ 18:10:52
Author: freswa
Revision: 859490
archrelease: copy trunk to community-x86_64
Added:
libomemo/repos/community-x86_64/
libomemo/repos/community-x86_64/PKGBUILD
(from rev 859489, libomemo/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: libomemo/repos/community-x86_64/PKGBUILD (from rev 859489, libomemo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2021-02-13 18:10:52 UTC (rev 859490)
@@ -0,0 +1,23 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+
+pkgname=libomemo
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='Implementation of OMEMO (XEP-0384) in C'
+arch=('x86_64')
+url='https://github.com/gkdr/libomemo'
+license=('GPL3')
+depends=('sqlite' 'libgcrypt' 'mxml' 'glib2')
+provides=('libomemo.so')
+source=("https://github.com/gkdr/libomemo/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+b2sums=('a3909650e399075f62026bd048a667a276a6cd7197ac18ddf9e3c12f57e5fd9cb2f5532ba69d0836af87e1415a5ffdc1746cf90a596dcf255265a64e921f039d')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" PREFIX="/usr" install
+}
More information about the arch-commits
mailing list