Add sshpass package (#10971)

This commit is contained in:
Ed Reel
2024-12-14 17:32:34 -06:00
committed by GitHub
parent 4a6d1c339d
commit 6abb4f937e
5 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
/usr/local/bin/sshpass
/usr/local/share/man/man1/sshpass.1.zst

View File

@@ -0,0 +1,2 @@
/usr/local/bin/sshpass
/usr/local/share/man/man1/sshpass.1.zst

View File

@@ -0,0 +1,2 @@
/usr/local/bin/sshpass
/usr/local/share/man/man1/sshpass.1.zst

21
packages/sshpass.rb Normal file
View File

@@ -0,0 +1,21 @@
require 'buildsystems/autotools'
class Sshpass < Autotools
description 'Tool for non-interactivly performing password authentication'
homepage 'https://sourceforge.net/projects/sshpass/'
version '1.10'
license 'GPL-2'
compatibility 'all'
source_url "https://downloads.sourceforge.net/project/sshpass/sshpass/#{version}/sshpass-#{version}.tar.gz"
source_sha256 'ad1106c203cbb56185ca3bad8c6ccafca3b4064696194da879f81c8d7bdfeeda'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '9f2431ab17af5f0a13187fa6d6d568cbee45bab6fafd239642ddadedf1e1c9ec',
armv7l: '9f2431ab17af5f0a13187fa6d6d568cbee45bab6fafd239642ddadedf1e1c9ec',
i686: 'a3b6bd7ad0e863608e781b8734c326406eeb46048e2e23c7603fcd295ab92f64',
x86_64: '7ac826922ae01f0a82082e545bc30e306b1e4b146f9839a235ec025f5e903fce'
})
depends_on 'glibc' # R
end

View File

@@ -8495,6 +8495,11 @@ url: https://github.com/libfuse/sshfs/releases
activity: low
---
kind: url
name: sshpass
url: https://sourceforge.net/projects/sshpass/files/sshpass/
activity: none
---
kind: url
name: sshrc
url: https://github.com/Russell91/sshrc/releases
activity: medium