pantry/projects/github.com/tmux/tmux/package.yml
2023-01-14 15:17:50 -05:00

26 lines
515 B
YAML

distributable:
url: https://github.com/tmux/tmux/releases/download/{{version.raw}}/tmux-{{version.raw}}.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