Date: Tuesday, June 13, 2017 @ 09:53:28
  Author: spupykin
Revision: 236598

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  tmux/repos/community-staging-i686/
  tmux/repos/community-staging-i686/LICENSE
    (from rev 236597, tmux/trunk/LICENSE)
  tmux/repos/community-staging-i686/PKGBUILD
    (from rev 236597, tmux/trunk/PKGBUILD)
  tmux/repos/community-staging-x86_64/
  tmux/repos/community-staging-x86_64/LICENSE
    (from rev 236597, tmux/trunk/LICENSE)
  tmux/repos/community-staging-x86_64/PKGBUILD
    (from rev 236597, tmux/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/LICENSE    |   13 +++++++++++++
 community-staging-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-staging-x86_64/LICENSE  |   13 +++++++++++++
 community-staging-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 4 files changed, 84 insertions(+)

Copied: tmux/repos/community-staging-i686/LICENSE (from rev 236597, 
tmux/trunk/LICENSE)
===================================================================
--- community-staging-i686/LICENSE                              (rev 0)
+++ community-staging-i686/LICENSE      2017-06-13 09:53:28 UTC (rev 236598)
@@ -0,0 +1,13 @@
+Copyright (c) 2007 Nicholas Marriott <[email protected]>
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
+IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
+OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: tmux/repos/community-staging-i686/PKGBUILD (from rev 236597, 
tmux/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2017-06-13 09:53:28 UTC (rev 236598)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer:  TDY <[email protected]>
+# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
+
+pkgname=tmux
+pkgver=2.5
+pkgrel=3
+pkgdesc='A terminal multiplexer'
+url='http://tmux.github.io/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ncurses' 'libevent' 'libutempter')
+source=(https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz
+       LICENSE)
+sha256sums=('ae135ec37c1bf6b7750a84e3a35e93d91033a806943e034521c8af51b12d95df'
+            'b5de80619e4884ced2dfe0a96020e85dcfb715a831ecdfdd7ce8c97b5a6ff2cc')
+
+build() {
+       cd "$srcdir/$pkgname-${pkgver/_/}"
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "$srcdir/$pkgname-${pkgver/_/}"
+       make install DESTDIR="$pkgdir"
+       install -Dm644 "$srcdir"/LICENSE 
"$pkgdir/usr/share/licenses/tmux/LICENSE"
+}

Copied: tmux/repos/community-staging-x86_64/LICENSE (from rev 236597, 
tmux/trunk/LICENSE)
===================================================================
--- community-staging-x86_64/LICENSE                            (rev 0)
+++ community-staging-x86_64/LICENSE    2017-06-13 09:53:28 UTC (rev 236598)
@@ -0,0 +1,13 @@
+Copyright (c) 2007 Nicholas Marriott <[email protected]>
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
+IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
+OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: tmux/repos/community-staging-x86_64/PKGBUILD (from rev 236597, 
tmux/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-13 09:53:28 UTC (rev 236598)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer:  TDY <[email protected]>
+# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
+
+pkgname=tmux
+pkgver=2.5
+pkgrel=3
+pkgdesc='A terminal multiplexer'
+url='http://tmux.github.io/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ncurses' 'libevent' 'libutempter')
+source=(https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz
+       LICENSE)
+sha256sums=('ae135ec37c1bf6b7750a84e3a35e93d91033a806943e034521c8af51b12d95df'
+            'b5de80619e4884ced2dfe0a96020e85dcfb715a831ecdfdd7ce8c97b5a6ff2cc')
+
+build() {
+       cd "$srcdir/$pkgname-${pkgver/_/}"
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "$srcdir/$pkgname-${pkgver/_/}"
+       make install DESTDIR="$pkgdir"
+       install -Dm644 "$srcdir"/LICENSE 
"$pkgdir/usr/share/licenses/tmux/LICENSE"
+}

Reply via email to