[arch-commits] Commit in tmux/repos (2 files)

Christian Hesse eworm at archlinux.org
Fri Apr 24 09:20:02 UTC 2020


    Date: Friday, April 24, 2020 @ 09:20:02
  Author: eworm
Revision: 619064

archrelease: copy trunk to community-testing-x86_64

Added:
  tmux/repos/community-testing-x86_64/
  tmux/repos/community-testing-x86_64/PKGBUILD
    (from rev 619063, tmux/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: tmux/repos/community-testing-x86_64/PKGBUILD (from rev 619063, tmux/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-04-24 09:20:02 UTC (rev 619064)
@@ -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
+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=('979bf38db2c36193de49149aaea5c540d18e01ccc27cf76e2aff5606bd186722')
+
+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