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

tessera "which":
  source: "https://ftp.gnu.org/gnu/which/which-2.23.tar.gz"
  patches: @[""]
  dependencies: @[""]
  build: @[
    "./configure --prefix=/usr",
    "make",
    "make install"
  ]
  result: "which"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.