mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
1b155dbaa6
We now use 'http://git.libssh.org/projects/libssh.git' Fix #1428
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.5.4
|
|
DIR(libssh) := src/lib/libssh
|
|
|
|
DIRS := include
|
|
DIR_CONTENT(include) := src/lib/libssh/include/libssh
|