aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/extra/npth.nim
blob: f32c468ce0ea6f4efb89a3d3ff0979569dc460a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Αδειοδοτείται υπό τους όρους της EUPL
import .. / .. / lapis

tessera "npth":
  source: "https://www.gnupg.org/ftp/gcrypt/npth/npth-1.8.tar.bz2"
  patches: @[""]
  dependencies: @[""]
  build: @[
    "./configure --prefix=/usr",
    "make",
    "make install"
  ]
  result: "libnpth.so"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.