# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com > # Contributor: 2ion pkgname=bunsen-utilities-git pkgver=r741.28dd596 pkgrel=1 pkgdesc="Collection of utility scripts" arch=('any') url="https://github.com/BunsenLabs/bunsen-utilities" license=('GPL3') depends=('bunsen-common' 'gtk3' 'libnotify' 'python3' 'python-gobject' 'python-lxml' 'python-psutil' 'python-xdg' 'python-xlib' 'wmctrl' 'xdotool' 'yad') optdepends=(\ 'upower: Required for bl-exit' \ 'zenity: Required bl-conkyzen and bl-tint2edit') makedepends=('git') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") source=("${pkgname%-git}::git+https://github.com/BunsenLabs/bunsen-utilities.git#branch=boron") md5sums=(SKIP) pkgver() { cd "$srcdir/${pkgname%-git}" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } package() { cd "$srcdir/${pkgname%-git}" install -d "${pkgdir}/usr/bin" install -t "${pkgdir}/usr/bin" bin/bl-* }