# Maintainer: 2ion pkgname=bunsen-openbox-pipemenus-git pkgver=r189.7885b20 pkgrel=1 pkgdesc="Collection of Openbox pipemenus from BunsenLabs Linux" arch=('any') url="https://github.com/BunsenLabs/bunsen-pipemenus" license=('GPL3') depends=('openbox' 'bunsen-common-git' 'zenity' 'wget' 'curl' 'compton' 'tar' 'python' 'python-paramiko' 'mesa' 'lua' 'lua-expat' 'lua-penlight' 'lua-posix-git' 'lua-socket') makedepends=('git') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") source=("${pkgname}::git+https://github.com/BunsenLabs/bunsen-pipemenus.git#branch=master") md5sums=('SKIP') pkgver() { cd "$srcdir/${pkgname%-VCS}" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } package() { cd "$srcdir/${pkgname%-VCS}" install -d "${pkgdir}/usr/bin" install -t "${pkgdir}/usr/bin" bl-* }