aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/which.nim
blob: d5e2bf61b7d0869275bc5ed12cebf003ece74c82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.