blob: 3d829e48d9d4c8be889801ff3d7ce9df511cbb87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Αδειοδοτείται υπό τους όρους της EUPL
import .. / .. / lapis
tessera "libssh":
source: "https://www.libssh2.org/download/libssh2-1.11.1.tar.gz"
patches: @[""]
dependencies: @[
"openssh"
]
build: @[
"""
./configure --prefix=/usr \
--disable-docker-tests \
--disable-static
""",
"make",
"make install"
]
result: "libssh2.so"
|
; all rights regarding Text and Data Mining (TDM) are reserved.