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

Evangelos Foutras foutrelis at archlinux.org
Sat Nov 10 00:21:30 UTC 2018


    Date: Saturday, November 10, 2018 @ 00:21:29
  Author: foutrelis
Revision: 405499

archrelease: copy trunk to community-staging-x86_64

Added:
  sshpass/repos/community-staging-x86_64/
  sshpass/repos/community-staging-x86_64/PKGBUILD
    (from rev 405498, sshpass/trunk/PKGBUILD)

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

Copied: sshpass/repos/community-staging-x86_64/PKGBUILD (from rev 405498, sshpass/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-10 00:21:29 UTC (rev 405499)
@@ -0,0 +1,27 @@
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Sebastien Vasey sebastien dot vasey at gmail dot com
+
+pkgname=sshpass
+pkgver=1.06
+pkgrel=2
+pkgdesc='Fool ssh into accepting an interactive password non-interactively'
+arch=('x86_64')
+url='https://sourceforge.net/projects/sshpass/'
+license=('GPL')
+depends=('openssh')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('f59695e3b9761fb51be7d795819421f9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list