even more packages

This commit is contained in:
2026-02-19 18:34:17 +01:00
parent e9b5a0084c
commit 38c3ec542b
21 changed files with 205 additions and 14 deletions

11
packages/tmux.shrap Normal file
View File

@@ -0,0 +1,11 @@
(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)))