aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/core/manpages.nim
blob: 4c347fcd2342a9e19117d52153264d17e3956c38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Αδειοδοτείται υπό τους όρους της EUPL
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.