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