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

tessera "libarchive":
  source: " https://github.com/libarchive/libarchive/releases/download/v3.8.1/libarchive-3.8.1.tar.xz"
  patches: @[""]
  dependencies: @[
    "nettle",
    "libxml2",
    "lzo",
    "pcre2"
  ]
  build: @[
    "./configure --prefix=/usr --disable-static",
    "make",
    "make install",
    "ln -sfv bsdunzip /usr/bin/unzip"
  ]
  result: "libarchive.so"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.