[arch-commits] Commit in tmux/repos (2 files)
Christian Hesse
eworm at archlinux.org
Thu Apr 30 07:13:48 UTC 2020
Date: Thursday, April 30, 2020 @ 07:13:48
Author: eworm
Revision: 622396
archrelease: copy trunk to community-testing-x86_64
Added:
tmux/repos/community-testing-x86_64/
tmux/repos/community-testing-x86_64/PKGBUILD
(from rev 622395, tmux/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: tmux/repos/community-testing-x86_64/PKGBUILD (from rev 622395, tmux/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2020-04-30 07:13:48 UTC (rev 622396)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: TDY <tdy at gmx.com>
+# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
+
+pkgname=tmux
+pkgver=3.1_a
+pkgrel=1
+pkgdesc='A terminal multiplexer'
+url='https://github.com/tmux/tmux/wiki'
+arch=('x86_64')
+license=('BSD')
+depends=('ncurses' 'libevent' 'libutempter')
+source=("https://github.com/tmux/tmux/releases/download/${pkgver/_/}/tmux-${pkgver/_/}.tar.gz")
+sha256sums=('10687cbb02082b8b9e076cf122f1b783acc2157be73021b4bedb47e958f4e484')
+
+build() {
+ cd "$srcdir/$pkgname-${pkgver/_/}"
+
+ ./configure \
+ --prefix=/usr \
+ --enable-utempter
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-${pkgver/_/}"
+
+ make install DESTDIR="$pkgdir"
+ install -D -m0644 COPYING "$pkgdir/usr/share/licenses/tmux/LICENSE"
+}
More information about the arch-commits
mailing list