View | Details | Raw Unified | Return to bug 277051
Collapse All | Expand All

(-)b/shells/zsh-you-should-use/Makefile (+27 lines)
Added Link Here
1
PORTNAME=	zsh-you-should-use
2
DISTVERSION=	1.7.3
3
CATEGORIES=	shells
4
5
MAINTAINER=	phantrungson17@gmail.com
6
COMMENT=	ZSH plugin that reminds you to use existing aliases for commands you just typed
7
WWW=		https://github.com/MichaelAquilina/zsh-you-should-use
8
9
LICENSE=	GPLv3
10
LICENSE_FILE=	${WRKSRC}/LICENSE
11
12
RUN_DEPENDS=	zsh>=4.3:shells/zsh
13
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	MichaelAquilina
16
17
NO_ARCH=	yes
18
NO_BUILD=	yes
19
SUB_FILES=	pkg-message
20
21
PLIST_FILES=	${DATADIR}/you-should-use.plugin.zsh
22
23
do-install:
24
	@${MKDIR} ${STAGEDIR}${DATADIR}
25
	${INSTALL_DATA} ${WRKSRC}/you-should-use.plugin.zsh ${STAGEDIR}/${DATADIR}
26
27
.include <bsd.port.mk>
(-)b/shells/zsh-you-should-use/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1707909230
2
SHA256 (MichaelAquilina-zsh-you-should-use-1.7.3_GH0.tar.gz) = db4486cd12974332ec858d446aff9393dae6be430d425a56d7036d2ce4edeb9e
3
SIZE (MichaelAquilina-zsh-you-should-use-1.7.3_GH0.tar.gz) = 106229
(-)b/shells/zsh-you-should-use/files/pkg-message.in (+9 lines)
Added Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
Add the line below to your .zshrc to enable auto suggestions.
5
6
source %%DATADIR%%/you-should-use.plugin.zsh
7
EOM
8
}
9
]
(-)b/shells/zsh-you-should-use/pkg-descr (-1 / +2 lines)
Added Link Here
0
- 
1
Zsh-you-should-use reminds the user about the alias for a command
2
one just typed. Supports detection of global and git alias.

Return to bug 277051