diff --git a/srcpkgs/powerline-status/INSTALL.msg b/srcpkgs/powerline-status/INSTALL.msg new file mode 100644 index 0000000..63a9542 --- /dev/null +++ b/srcpkgs/powerline-status/INSTALL.msg @@ -0,0 +1,4 @@ + +==> Remember to read the official documentation on how to enable Powerline: + https://powerline.readthedocs.io/en/master/usage.html +Where {repository_root} is /usr/lib/python3.11/site-packages (or any newer version). diff --git a/srcpkgs/powerline-status/REMOVE.msg b/srcpkgs/powerline-status/REMOVE.msg new file mode 100644 index 0000000..a22112a --- /dev/null +++ b/srcpkgs/powerline-status/REMOVE.msg @@ -0,0 +1,2 @@ + +==> Remember to disable all Powerline plugins. diff --git a/srcpkgs/powerline-status/template b/srcpkgs/powerline-status/template new file mode 100644 index 0000000..f3fcf2b --- /dev/null +++ b/srcpkgs/powerline-status/template @@ -0,0 +1,19 @@ +# Template file for 'powerline-status' +# Maybe will split this in different packages in the future. +pkgname=powerline-status +version=2.8.3 +revision=1 +repository="cereus-extra" +build_style=python3-module +short_desc="Statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile." +maintainer="KF-Art " +license="MIT" +homepage="https://github.com/powerline/powerline" +changelog="${homepage}/releases/tag/${version}" +distfiles="${homepage}/archive/refs/tags/${version}.tar.gz" +checksum=45d838dbac94a1363942899708b6ce7c71c1cad9e1b9d048affab4f630c4cb98 + +post_install() { + vlicense LICENSE + rm -r ${DESTDIR}/usr/lib/python*/site-packages/powerline/dist/systemd +}