shells/zsh-pure: Import version 1.6.0
Pure is a pretty, minimal, and fast Zsh prompt.
This commit is contained in:
parent
60b67c53fe
commit
6e7bd25e86
4 changed files with 39 additions and 0 deletions
1
shells/zsh-pure/DESCR
Normal file
1
shells/zsh-pure/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Pure is a pretty, minimal, and fast Zsh prompt.
|
29
shells/zsh-pure/Makefile
Normal file
29
shells/zsh-pure/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/12/01 01:10:40 minskim Exp $
|
||||
|
||||
GITHUB_PROJECT= pure
|
||||
DISTNAME= pure-1.6.0
|
||||
PKGNAME= zsh-${DISTNAME}
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=sindresorhus/}
|
||||
GITHUB_TAG= v${PKGVERSION_NOREV}
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
HOMEPAGE= https://github.com/sindresorhus/pure
|
||||
COMMENT= Pretty, minimal, and fast Zsh prompt
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= zsh-[0-9]*:../../shells/zsh
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_CONFIGURE= yes
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
INSTALLATION_DIRS+= share/zsh/site-functions
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/pure.zsh \
|
||||
${DESTDIR}${PREFIX}/share/zsh/site-functions/prompt_pure_setup
|
||||
${INSTALL_DATA} ${WRKSRC}/async.zsh \
|
||||
${DESTDIR}${PREFIX}/share/zsh/site-functions/async
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
shells/zsh-pure/PLIST
Normal file
3
shells/zsh-pure/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2017/12/01 01:10:40 minskim Exp $
|
||||
share/zsh/site-functions/async
|
||||
share/zsh/site-functions/prompt_pure_setup
|
6
shells/zsh-pure/distinfo
Normal file
6
shells/zsh-pure/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/12/01 01:10:40 minskim Exp $
|
||||
|
||||
SHA1 (pure-1.6.0.tar.gz) = fdcae56272b485cb0c00e1046a665703124c5026
|
||||
RMD160 (pure-1.6.0.tar.gz) = 54f1c0dd584723b46c3d0f54d85fa90baa284e3f
|
||||
SHA512 (pure-1.6.0.tar.gz) = 99235d53e59503053cb06f0fb52e9d270990c18196912c93e6714255c456f760c988eb8a6a5bdf34002d1159ab1294e78a3c74ddcee2ac81cef9822fdd219c26
|
||||
Size (pure-1.6.0.tar.gz) = 102322 bytes
|
Loading…
Reference in a new issue