# Maintainer: Rafael Fontenelle pkgname=buildstream pkgver=1.4.3 pkgrel=1 pkgdesc="Framework for modelling build pipelines in a declarative YAML format" arch=('any') url="https://buildstream.build" license=('LGPL') depends=( bubblewrap python-click python-gobject python-grpcio python-jinja python-pluginbase python-protobuf python-psutil python-pyroaring python-ruamel-yaml python-ujson # specific host site dependencies bzr git lzip python-arpy ) makedepends=(python-setuptools cython) source=("https://download.gnome.org/sources/BuildStream/${pkgver%.*}/BuildStream-$pkgver.tar.xz") sha256sums=('a8d89952d97e78744c42f1577fa06935dc704707e7b391b65d820ef734d17ade') build() { cd BuildStream-$pkgver python setup.py build } package() { cd BuildStream-$pkgver python setup.py install --root="$pkgdir/" --optimize=1 --skip-build }