mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
85a2ebc1c4
Issue #1082
12 lines
398 B
Plaintext
12 lines
398 B
Plaintext
LICENSE := LGPL
|
|
DOWNLOADS := libssh.archive
|
|
VERSION := 0.5.4
|
|
|
|
URL(libssh) := https://red.libssh.org/attachments/download/41/libssh-$(VERSION).tar.gz
|
|
SIG(libssh) := https://red.libssh.org/attachments/download/42/libssh-$(VERSION).tar.asc
|
|
SHA(libssh) := 4a372378db8fffaf28d5c79d80b2235843aa587c
|
|
DIR(libssh) := src/lib/libssh
|
|
|
|
DIRS := include
|
|
DIR_CONTENT(include) := src/lib/libssh/include/libssh
|