# $Id: PKGBUILD 144235 2015-10-16 08:12:41Z fyan $
# Maintainer: Felix Yan <felixonmars@archlinux.org>

pkgname=nemo-qml-plugin-notifications
pkgver=1.0.9
pkgrel=1
pkgdesc="Notifications plugin for Nemo Mobile"
arch=('i686' 'x86_64')
url="https://github.com/nemomobile/nemo-qml-plugin-notifications"
license=('BSD')
depends=('qt5-declarative')
makedepends=('git')
source=("git+https://github.com/nemomobile/nemo-qml-plugin-notifications.git#tag=$pkgver")
sha256sums=('SKIP')

build() {
  cd nemo-qml-plugin-notifications

  qmake-qt5
  make
}

package() {
  cd nemo-qml-plugin-notifications

  make INSTALL_ROOT="${pkgdir}" install
}
