mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
24 lines
600 B
Makefile
24 lines
600 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= powerline-status
|
|
PORTVERSION= 2.5.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Statusline plugin for vim, zsh, bash, and more
|
|
|
|
USES= python shebangfix
|
|
USE_PYTHON= distutils autoplist
|
|
SHEBANG_FILES= powerline/bindings/i3/powerline-i3.py \
|
|
powerline/bindings/bar/powerline-bar.py \
|
|
powerline/bindings/lemonbar/powerline-lemonbar.py \
|
|
powerline/bindings/awesome/powerline-awesome.py
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/powerline
|
|
|
|
.include <bsd.port.mk>
|