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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 12:48:59 UTC 2020


    Date: Tuesday, July 7, 2020 @ 12:48:59
  Author: felixonmars
Revision: 658236

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: sshpass/repos/community-staging-x86_64/PKGBUILD (from rev 658235, sshpass/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 12:48:59 UTC (rev 658236)
@@ -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=3
+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