aboutsummaryrefslogtreecommitdiffstats
path: root/main/byobu/APKBUILD
blob: 4deee5ed1db02b7b66a806df1d3d8d4506e034b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=byobu
pkgver=5.109
pkgrel=1
pkgdesc="An enhancement of the GNU Screen"
url="https://launchpad.net/byobu"
arch="noarch"
license="GPL3"
depends="python2 tmux"
makedepends=""
install=""
subpackages="$pkgname-doc"
source="http://launchpad.net/byobu/trunk/$pkgver/+download/byobu_$pkgver.orig.tar.gz"

builddir="$srcdir"/$pkgname-$pkgver

build() {
	cd "$builddir"
	./configure \
		--prefix=/usr \
		--sysconfdir=/etc 
	make || return 1
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install
}

md5sums="911cddd90927fe40dc6cc7b9999d168a  byobu_5.109.orig.tar.gz"
sha256sums="e795cbec6e9399d482b452b57582a993ff7bd62655b9889072cb5c4ab223fb12  byobu_5.109.orig.tar.gz"
sha512sums="82bf6b1bcfb7ec2980194d9b0de8ebde9024be294ca44cedda356da3209fce891c4fad7b3eb41969990b7e2ffd67d829887069485486ed88b334b523ca674026  byobu_5.109.orig.tar.gz"