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

tessera "manpages":
  source: "https://www.kernel.org/pub/linux/docs/man-pages/man-pages-6.15.tar.xz"
  patches: @[""]
  dependencies: @[
    "bash",
    "coreutils",
    "make",
    "sed"
  ]
  dependants: @[""]
  build: @[
    "rm -v man3/crypt*",
    "make -R GIT=false prefix=/usr install"
  ]
  # TODO: Better define result
  result: "man"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.