[arch-commits] Commit in libsignon-glib/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 17:03:58 UTC 2020
Date: Thursday, November 12, 2020 @ 17:03:57
Author: foutrelis
Revision: 400606
archrelease: copy trunk to staging-x86_64
Added:
libsignon-glib/repos/staging-x86_64/
libsignon-glib/repos/staging-x86_64/PKGBUILD
(from rev 400605, libsignon-glib/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: libsignon-glib/repos/staging-x86_64/PKGBUILD (from rev 400605, libsignon-glib/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-11-12 17:03:57 UTC (rev 400606)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail.com>
+
+pkgname=libsignon-glib
+pkgver=2.1
+pkgrel=4
+pkgdesc='GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service'
+arch=(x86_64)
+url='https://gitlab.com/accounts-sso/libsignon-glib'
+license=(LGPL2.1)
+depends=(signond)
+makedepends=(python-gobject gtk-doc gobject-introspection vala meson git)
+source=("git+https://gitlab.com/accounts-sso/${pkgname}#tag=VERSION_$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+ mkdir -p build
+
+ cd $pkgname
+ git submodule init
+ git submodule update
+}
+
+build() {
+ cd build
+ arch-meson ../$pkgname -Dtests=false
+ ninja
+}
+
+package() {
+ cd build
+ DESTDIR="$pkgdir" ninja install
+}
More information about the arch-commits
mailing list