New Package: powerline-status-2.8.3_1
This commit is contained in:
parent
9612763026
commit
e50e5f9bfc
3 changed files with 25 additions and 0 deletions
4
srcpkgs/powerline-status/INSTALL.msg
Normal file
4
srcpkgs/powerline-status/INSTALL.msg
Normal file
|
@ -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).
|
2
srcpkgs/powerline-status/REMOVE.msg
Normal file
2
srcpkgs/powerline-status/REMOVE.msg
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
==> Remember to disable all Powerline plugins.
|
19
srcpkgs/powerline-status/template
Normal file
19
srcpkgs/powerline-status/template
Normal file
|
@ -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 <kevinfigueroart@protonmail.com>"
|
||||
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
|
||||
}
|
Loading…
Add table
Reference in a new issue