mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
48738bbf63
Fixes #1811.
11 lines
252 B
Plaintext
11 lines
252 B
Plaintext
LICENSE := LGPL
|
|
VERSION := git
|
|
DOWNLOADS := libssh.git
|
|
|
|
URL(libssh) := https://git.libssh.org/projects/libssh.git
|
|
REV(libssh) := tags/libssh-0.7.2
|
|
DIR(libssh) := src/lib/libssh
|
|
|
|
DIRS := include
|
|
DIR_CONTENT(include) := src/lib/libssh/include/libssh
|