[arch-commits] Commit in (cerbere cerbere/trunk cerbere/trunk/PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Jul 18 09:20:44 UTC 2019


    Date: Thursday, July 18, 2019 @ 09:20:44
  Author: alucryd
Revision: 491050

add cerbere

Added:
  cerbere/
  cerbere/trunk/
  cerbere/trunk/PKGBUILD

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

Added: cerbere/trunk/PKGBUILD
===================================================================
--- cerbere/trunk/PKGBUILD	                        (rev 0)
+++ cerbere/trunk/PKGBUILD	2019-07-18 09:20:44 UTC (rev 491050)
@@ -0,0 +1,33 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=cerbere
+pkgver=2.5.0
+pkgrel=1
+pkgdesc='The Pantheon Watchdog'
+arch=(x86_64)
+url=https://github.com/elementary/cerbere
+license=(GPL2)
+groups=(pantheon)
+depends=(
+  dconf
+  glib2
+  libgee
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/cerbere.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson cerbere build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list