aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/extra/nghttp2.nim
blob: 3c963727f60869731c5ed48ff9c808c6710b87c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import .. / lapis

tessera "nghttp2":
  source: "https://github.com/nghttp2/nghttp2/releases/download/v1.66.0/nghttp2-1.66.0.tar.xz"
  patches: @[""]
  dependencies: @[
    "libxml2"
  ]
  build: @[
    """
    ./configure --prefix=/usr     \
            --disable-static  \
            --enable-lib-only \
            --docdir=/usr/share/doc/nghttp2-1.66.0
    """,
    "make",
    "make install"
  ]
  result: "libnghttp2.so"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.