# Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=byobu pkgver=5.129 pkgrel=0 pkgdesc="An enhancement of the GNU Screen" url="https://launchpad.net/byobu" arch="noarch" license="GPL-3.0" depends="python3 tmux" subpackages="$pkgname-doc" source="https://launchpad.net/byobu/trunk/$pkgver/+download/byobu_$pkgver.orig.tar.gz" builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" ./configure \ --prefix=/usr \ --sysconfdir=/etc make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="a555e2084863ac604c3a511e11339a65059058af454eeeeb24993c5e432b42527382d3b1d308996a732e190157dbc6f003d11bd5a611cd59799fdfbb3f9a5fe4 byobu_5.129.orig.tar.gz"