diff options
author | Steve Wills <swills@FreeBSD.org> | 2015-12-20 15:32:54 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2015-12-20 15:32:54 +0000 |
commit | 74887bec9b914f52946e6b193e0ba2cec502f6a2 (patch) | |
tree | 7342af56cdc95a395144f2e8621dae16ee650dd1 /misc/py-powerline-status | |
parent | e79a63ff782b4f7336d9959ce42621ce067139cb (diff) | |
download | ports-74887bec9b914f52946e6b193e0ba2cec502f6a2.tar.gz ports-74887bec9b914f52946e6b193e0ba2cec502f6a2.zip |
Notes
Diffstat (limited to 'misc/py-powerline-status')
-rw-r--r-- | misc/py-powerline-status/Makefile | 15 | ||||
-rw-r--r-- | misc/py-powerline-status/distinfo | 2 | ||||
-rw-r--r-- | misc/py-powerline-status/pkg-descr | 5 |
3 files changed, 22 insertions, 0 deletions
diff --git a/misc/py-powerline-status/Makefile b/misc/py-powerline-status/Makefile new file mode 100644 index 000000000000..f086238d64fc --- /dev/null +++ b/misc/py-powerline-status/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= powerline-status +PORTVERSION= 2.3 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= swills@FreeBSD.org +COMMENT= Statusline plugin for vim, zsh, bash, and more + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> diff --git a/misc/py-powerline-status/distinfo b/misc/py-powerline-status/distinfo new file mode 100644 index 000000000000..37126970f696 --- /dev/null +++ b/misc/py-powerline-status/distinfo @@ -0,0 +1,2 @@ +SHA256 (powerline-status-2.3.tar.gz) = 703320cb0aca51caa0da43712b517a481b9f0cf2e02ccd995edb2d81bfc54f99 +SIZE (powerline-status-2.3.tar.gz) = 238142 diff --git a/misc/py-powerline-status/pkg-descr b/misc/py-powerline-status/pkg-descr new file mode 100644 index 000000000000..26d0853dee2d --- /dev/null +++ b/misc/py-powerline-status/pkg-descr @@ -0,0 +1,5 @@ +Powerline is a statusline plugin for vim, and provides statuslines and prompts +for several other applications, including zsh, bash, tmux, IPython, Awesome, i3 +and Qtile. + +WWW: https://github.com/powerline/powerline |