# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=xpybar pkgver=1.3 pkgrel=1 pkgdesc="A highly extensible minimalistic dock panel written in Python 3" arch=(any) url="https://github.com/maandree/xpybar" license=('GPL3' 'AGPL3') depends=(python3 argparser python3-xlib xorg-xrandr) optdepends=("linux: most of the monitors require Linux's procfs or sysfs" "wget: for Internet services" "python-pyalsaaudio: for ALSA volume control" "hdparm: hdparm: for hdparm support") makedepends=(make coreutils sed zip) source=($url/archive/$pkgver.tar.gz) sha256sums=(a73c5d99346e05dda3392a4ebb9a573058380bf234a2d83a6ba4126594f7e8b3) build() { cd "$srcdir/$pkgname-$pkgver" make PREFIX=/usr } package() { cd "$srcdir/$pkgname-$pkgver" make PREFIX=/usr install DESTDIR="$pkgdir" chmod 4755 "$pkgdir/usr/bin/restricted-hdparm" }