aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/libssh2.nim
blob: 4fa17f7c0f31337977d2b5fef654d2b22c20a5bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.