blob: e5ac36f431f25826aa4b71cc46d5265ff0911708 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Αδειοδοτείται υπό τους όρους της EUPL
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"
|
; all rights regarding Text and Data Mining (TDM) are reserved.