# Maintainer: Soraxas pkgname=xxh-git pkgver=0.8.6.r11.g07ac6a3 pkgrel=1 pkgdesc="Bring your favorite shell wherever you go through the ssh" arch=('any') url="https://github.com/xxh/xxh" license=('BSD') depends=('python' 'openssh' 'python-pexpect' 'python-yaml') makedepends=('git' 'python-setuptools') provides=('xxh') conflicts=('xxh') source=("git+https://github.com/xxh/xxh.git") sha256sums=('SKIP') pkgver() { cd "xxh" git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' } package() { cd "xxh" /bin/python3 "setup.py" install \ --optimize 1 \ --root "$pkgdir" }