mirror of
https://github.com/ivabus/pantry
synced 2024-11-27 02:35:08 +03:00
+tmux (#117)
This commit is contained in:
parent
7a80aba1a2
commit
8488a807f4
1 changed files with 26 additions and 0 deletions
26
projects/github.com/tmux/tmux/package.yml
Normal file
26
projects/github.com/tmux/tmux/package.yml
Normal 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
|
Loading…
Reference in a new issue