# Maintainer: Maxime Gauduin <alucryd@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:
