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

Christian Hesse eworm at gemini.archlinux.org
Wed Jun 1 07:38:14 UTC 2022


    Date: Wednesday, June 1, 2022 @ 07:38:14
  Author: eworm
Revision: 1218279

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: tmux/repos/community-testing-x86_64/PKGBUILD (from rev 1218278, tmux/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2022-06-01 07:38:14 UTC (rev 1218279)
@@ -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.3
+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=('973d76f6e92e9273d6c4be7b1150ca5b17075db1eda6408b7419245393f6720b')
+
+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