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

tessera "iana_etc":
  source: "https://github.com/Mic92/iana-etc/releases/download/20250807/iana-etc-20250807.tar.gz"
  patches: @[""]
  dependencies: @[
    "coreutils"
  ]
  dependants: @[
    "perl"
  ]
  build: @[
    "cp services protocols /etc"
  ]
  # TODO: Better definition for result
  result: ""
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.