This commit is contained in:
Marc Seitz 2023-01-14 19:08:03 +01:00 committed by GitHub
parent 7a80aba1a2
commit 8488a807f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,26 @@
distributable:
url: https://github.com/tmux/tmux/releases/download/{{version}}/tmux-{{version}}.tar.gz
strip-components: 1
versions:
github: tmux/tmux/tags
dependencies:
libevent.org: ^2.0
invisible-island.net/ncurses: '*'
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
gnu.org/bison: '*'
freedesktop.org/pkg-config: '*'
script: |
./configure --prefix={{prefix}} --disable-utf8proc
make
make install
test:
script: tmux -V
provides:
- bin/tmux