mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 15:27:16 +00:00
13 lines
380 B
Makefile
13 lines
380 B
Makefile
################################################################################
|
|
#
|
|
# sshpass
|
|
#
|
|
################################################################################
|
|
|
|
SSHPASS_VERSION = 1.06
|
|
SSHPASS_SITE = http://downloads.sourceforge.net/project/sshpass/sshpass/$(SSHPASS_VERSION)
|
|
SSHPASS_LICENSE = GPL-2.0+
|
|
SSHPASS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|