Skip to content
Snippets Groups Projects
Commit 0a33f622 authored by Sören Tempel's avatar Sören Tempel
Browse files

main/tmux: install more optional doc files

parent f07f0d5c
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=tmux
pkgver=2.3
pkgrel=0
pkgrel=1
pkgdesc="Tool to control multiple terminals from a single terminal"
url="http://tmux.sourceforge.net/"
arch="all"
......@@ -38,11 +38,13 @@ package() {
cd "$builddir"
make DESTDIR="$pkgdir" install || return 1
install -Dm644 CHANGES \
"$pkgdir"/usr/share/doc/$pkgname/CHANGES || return 1
install -Dm644 example_tmux.conf \
"$pkgdir"/usr/share/doc/$pkgname/examples/$pkgname.conf \
|| return 1
for file in CHANGES FAQ README TODO; do
install -m644 "$file" "$pkgdir"/usr/share/doc/$pkgname/ \
|| return 1
done
}
md5sums="fcfd1611d705d8b31df3c26ebc93bd3e tmux-2.3.tar.gz"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment