Date: Wednesday, October 4, 2017 @ 00:02:19
  Author: heftig
Revision: 306681

3.26.1-1

Added:
  jsonrpc-glib/trunk/PKGBUILD

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

Added: PKGBUILD
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2017-10-04 00:02:19 UTC (rev 306681)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+
+pkgname=jsonrpc-glib
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A JSON-RPC library for GLib"
+url="https://git.gnome.org/browse/jsonrpc-glib";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(json-glib)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=3cac93a18dd95572027d9817c0ea046838f8bcb9  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/jsonrpc-glib#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_gtk_doc=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


Property changes on: jsonrpc-glib/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property

Reply via email to