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

Christian Hesse eworm at gemini.archlinux.org
Wed Sep 1 13:41:49 UTC 2021


    Date: Wednesday, September 1, 2021 @ 13:41:49
  Author: eworm
Revision: 1010309

archrelease: copy trunk to community-testing-x86_64

Added:
  tmate/repos/community-testing-x86_64/
  tmate/repos/community-testing-x86_64/PKGBUILD
    (from rev 1010308, tmate/trunk/PKGBUILD)

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

Copied: tmate/repos/community-testing-x86_64/PKGBUILD (from rev 1010308, tmate/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-09-01 13:41:49 UTC (rev 1010309)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: "Amhairghin" Oscar Garcia Amor
+# Contributors: bhushan, huma, adlaiff6, Invie, solarce
+
+pkgname=tmate
+pkgver=2.4.0
+pkgrel=3
+pkgdesc='Instant terminal sharing'
+arch=('x86_64')
+url='https://tmate.io/'
+license=('BSD')
+depends=('libevent' 'libssh' 'libutempter' 'msgpack-c' 'ncurses')
+makedepends=('cmake' 'ruby')
+source=("https://github.com/tmate-io/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('62b61eb12ab394012c861f6b48ba0bc04ac8765abca13bdde5a4d9105cb16138')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./autogen.sh
+  ./configure \
+    --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m0644 COPYING "${pkgdir}"/usr/share/licenses/tmate/COPYING
+}



More information about the arch-commits mailing list