Date: Monday, July 10, 2017 @ 07:12:09
  Author: eworm
Revision: 300011

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  putty/repos/testing-i686/
  putty/repos/testing-i686/PKGBUILD
    (from rev 300010, putty/trunk/PKGBUILD)
  putty/repos/testing-x86_64/
  putty/repos/testing-x86_64/PKGBUILD
    (from rev 300010, putty/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: putty/repos/testing-i686/PKGBUILD (from rev 300010, 
putty/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2017-07-10 07:12:09 UTC (rev 300011)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <[email protected]>
+
+pkgname=putty
+pkgver=0.70
+pkgrel=1
+pkgdesc="A terminal integrated SSH/Telnet client"
+arch=('i686' 'x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/putty/";
+license=('MIT')
+depends=('gtk3')
+validpgpkeys=('0054DDAA8ADA15D2768A6DE79DFE2648B43434E4') # PuTTY Releases 
<[email protected]>
+source=("https://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz";
+        
"putty-${pkgver}.tar.gz.sig::https://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg";)
+sha256sums=('bb8aa49d6e96c5a8e18a057f3150a1695ed99a24eef699e783651d1f24e7b0be'
+            'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}/unix
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/unix
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: putty/repos/testing-x86_64/PKGBUILD (from rev 300010, 
putty/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2017-07-10 07:12:09 UTC (rev 300011)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <[email protected]>
+
+pkgname=putty
+pkgver=0.70
+pkgrel=1
+pkgdesc="A terminal integrated SSH/Telnet client"
+arch=('i686' 'x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/putty/";
+license=('MIT')
+depends=('gtk3')
+validpgpkeys=('0054DDAA8ADA15D2768A6DE79DFE2648B43434E4') # PuTTY Releases 
<[email protected]>
+source=("https://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz";
+        
"putty-${pkgver}.tar.gz.sig::https://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg";)
+sha256sums=('bb8aa49d6e96c5a8e18a057f3150a1695ed99a24eef699e783651d1f24e7b0be'
+            'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}/unix
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/unix
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to