Files
shrap/packages/tmux.shrap
2026-02-19 18:34:17 +01:00

12 lines
393 B
Plaintext

(package
(name "tmux")
(version "3.6a")
(homepage "https://github.com/tmux/tmux/wiki")
(dependencies libevent bison libncurses)
(src (tar
(url "https://github.com/tmux/tmux/releases/download/3.6a/tmux-3.6a.tar.gz")
(dir "tmux-3.6a")
(blake3 "43a9a5fd4ebe403efccd666c7b620fcf65489b123092df70113466a2b5aedb5a")))
(build
(configure_make)))