tmux: modernize template.
This commit is contained in:
parent
914da1385d
commit
a7f187d75f
1 changed files with 1 additions and 8 deletions
|
@ -1,10 +1,8 @@
|
|||
# Template file for 'tmux'
|
||||
pkgname=tmux
|
||||
version=1.8
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
make_build_args="PREFIX=/usr"
|
||||
make_install_args="PREFIX=/usr"
|
||||
makedepends="ncurses-devel libevent-devel"
|
||||
short_desc="Terminal Multiplexer"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -12,8 +10,3 @@ homepage="http://tmux.sourceforge.net"
|
|||
license="MIT"
|
||||
distfiles="${SOURCEFORGE_SITE}/tmux/tmux-$version.tar.gz"
|
||||
checksum=f265401ca890f8223e09149fcea5abcd6dfe75d597ab106e172b01e9d0c9cd44
|
||||
long_desc="
|
||||
tmux is a terminal multiplexer: it enables a number of terminals to be
|
||||
created, accessed, and controlled from a single screen. tmux may be
|
||||
detached from a screen and continue running in the background, then later
|
||||
reattached."
|
||||
|
|
Loading…
Reference in a new issue