mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
13 lines
380 B
Makefile
13 lines
380 B
Makefile
################################################################################
|
|
#
|
|
# sshpass
|
|
#
|
|
################################################################################
|
|
|
|
SSHPASS_VERSION = 1.10
|
|
SSHPASS_SITE = http://downloads.sourceforge.net/project/sshpass/sshpass/$(SSHPASS_VERSION)
|
|
SSHPASS_LICENSE = GPL-2.0+
|
|
SSHPASS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|