# Contributor: Sergej Pupykin # Contributor: William Rea # Maintainer: Stefan Husmann pkgname=xrestop-git pkgver=0.4r29.1dd66f8 pkgrel=1 pkgdesc="Uses the X-Resource extension to provide 'top' like statistics" arch=('x86_64') url="http://freedesktop.org/wiki/Software/xrestop" license=('GPL') depends=('libxres' 'ncurses') source=(git+https://gitlab.freedesktop.org/xorg/app/xrestop) md5sums=('SKIP') pkgver() { cd ${pkgname%-git} printf "0.4r%s.%s" $(git rev-list --count HEAD) $(git rev-parse --short HEAD) } build() { cd ${pkgname%-git} ./autogen.sh --prefix=/usr --mandir=/usr/share/man #./configure make } package() { cd ${pkgname%-git} make DESTDIR="$pkgdir" install }