# Maintainer: willemw # Contributor: halhen pkgname=statnot pkgver=0.0.4.post1 pkgrel=2 pkgdesc="Notification daemon for lightweight window managers" arch=('any') #url="http://www.k2h.se/code/" url="https://github.com/halhen/statnot" license=('GPL') depends=('gtk3' 'python-dbus' 'python-gobject') makedepends=('git') optdepends=('libnotify: send notifications to statnot' 'xorg-xsetroot: default configuration calls xsetroot') #source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") source=($pkgname-$pkgver::git+$url.git#commit=d70982eb5d86e7849295b634721a74a433fcb532) sha256sums=('SKIP') package() { make -C $pkgname-$pkgver DESTDIR="$pkgdir" install }