aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/c_ares.nim
blob: 4d8651f48636cce8e64163f34c8cd9b57aa784cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import .. / lapis

tessera "c_ares":
  source: "https://github.com/c-ares/c-ares/releases/download/v1.34.5/c-ares-1.34.5.tar.gz"
  patches: @[""]
  dependencies: @[
    "cmake"
  ]
  build: @[
    "mkdir build",
    "cd build",
    "cmake -D CMAKE_INSTALL_PREFIX=/usr ..",
    "make",
    "make install"
  ]
  result: "libcares.so"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.