aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/extra/tmux.nim
blob: 8caffd9dce10f14b03e58fc636154cfe9727bc26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import .. / lapis

tessera "tmux":
  source: "https://github.com/tmux/tmux/releases/download/3.5/tmux-3.5.tar.gz"
  patches: @[""]
  dependencies: @[
    "ncurses",
    "libevent"
  ]
  build: @[
    "./configure --prefix=/usr",
    "make",
    "make install"
  ]
  result: "tmux" 
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.