mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
Add rubygem-tmuxinator, a tmux session manager.
This commit is contained in:
parent
abeca73696
commit
b4f49a2306
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431587
@ -993,6 +993,7 @@
|
||||
SUBDIR += rubygem-sys-uname
|
||||
SUBDIR += rubygem-sys-uptime
|
||||
SUBDIR += rubygem-teamocil
|
||||
SUBDIR += rubygem-tmuxinator
|
||||
SUBDIR += rubygem-vagrant-bhyve
|
||||
SUBDIR += rubygem-vagrant-mutate
|
||||
SUBDIR += rubygem-vagrant-vbguest
|
||||
|
29
sysutils/rubygem-tmuxinator/Makefile
Normal file
29
sysutils/rubygem-tmuxinator/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tmuxinator
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= sysutils ruby
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= adamw@FreeBSD.org
|
||||
COMMENT= Manage complex tmux sessions easily
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-erubis>=2.6:www/rubygem-erubis \
|
||||
rubygem-thor>=0.15.0:devel/rubygem-thor \
|
||||
tmux:sysutils/tmux
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
|
||||
${INSTALL_DATA} ${WRKSRC}/completion/tmuxinator.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/_tmuxinator.bash
|
||||
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
|
||||
${INSTALL_DATA} ${WRKSRC}/completion/tmuxinator.zsh ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_tmuxinator
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/rubygem-tmuxinator/distinfo
Normal file
3
sysutils/rubygem-tmuxinator/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1484494688
|
||||
SHA256 (rubygem/tmuxinator-0.9.0.gem) = e312a4738a9f3db3055f0c18e83d2d8748ef2238e3241b6c94762a1bdccee88e
|
||||
SIZE (rubygem/tmuxinator-0.9.0.gem) = 24064
|
4
sysutils/rubygem-tmuxinator/pkg-descr
Normal file
4
sysutils/rubygem-tmuxinator/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Tmuxinator allows complex tmux sessions to be defined using YAML and ERB,
|
||||
and handles launching and reattaching those session.
|
||||
|
||||
WWW: https://github.com/tmuxinator/tmuxinator
|
4
sysutils/rubygem-tmuxinator/pkg-plist
Normal file
4
sysutils/rubygem-tmuxinator/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/tmuxinator
|
||||
etc/bash_completion.d/_tmuxinator.bash
|
||||
%%GEM_LIB_DIR%%/completion/mux.fish
|
||||
share/zsh/site-functions/_tmuxinator
|
Loading…
Reference in New Issue
Block a user