Sshpass is a tool for non-interactivly performing password authentication with
SSH's so called "interactive keyboard password authentication".
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
--- /dev/null
+DESCRIPTION = "Non-interactive ssh password auth"
+HOMEPAGE = "http://sshpass.sourceforge.net/"
+SECTION = "console/network"
+LICENSE = "GPLv2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/sshpass/sshpass-${PV}.tar.gz"
+
+INC_PR = "r0"
+
+inherit autotools
+
--- /dev/null
+PR = "${INC_PR}.0"
+
+require sshpass.inc
+
+SRC_URI[md5sum] = "87e7c72e319691c5fdf219f6c7effb4a"
+SRC_URI[sha256sum] = "e8abb9a409f25928722251a5855a74854f6d64af3eb136b804a04fd630d70c80"