[arch-commits] Commit in libcloudproviders/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Nov 26 15:24:21 UTC 2017
Date: Sunday, November 26, 2017 @ 15:24:14
Author: heftig
Revision: 310953
0.2.5-1
Added:
libcloudproviders/trunk/PKGBUILD
----------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
Added: PKGBUILD
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-26 15:24:14 UTC (rev 310953)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libcloudproviders
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="DBus API that allows cloud storage sync clients to expose their services"
+url="https://gitlab.gnome.org/External/libcloudproviders"
+arch=(x86_64)
+license=(LGPL3)
+depends=(glib2)
+makedepends=(git meson)
+_commit=6fc78d1ac63400a098037d14984eaadba5ad6526 # tags/0.2.5^0
+source=("git+https://gitlab.gnome.org/External/libcloudproviders.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ ninja -C build
+}
+
+check() {
+ cd build
+ meson test
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+}
Property changes on: libcloudproviders/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list