diff options
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/powerline-gitstatus/Manifest | 2 | ||||
-rw-r--r-- | app-shells/powerline-gitstatus/powerline-gitstatus-1.3.2.ebuild | 20 |
2 files changed, 22 insertions, 0 deletions
diff --git a/app-shells/powerline-gitstatus/Manifest b/app-shells/powerline-gitstatus/Manifest new file mode 100644 index 0000000..1cf2b39 --- /dev/null +++ b/app-shells/powerline-gitstatus/Manifest @@ -0,0 +1,2 @@ +DIST powerline-gitstatus-1.3.2.tar.gz 18907 BLAKE2B 15cacbab8a5c6f40fd588f37814c5e7dd97a1685abd54ac38ffa69dd76c1016313ab200493b27be7439c696aa5fa32c21984e99bcc037019c65cced9cea567ed SHA512 5e2f916c3c1493c1b350d5578984ed10210d28b486b46cc481dd480663524dead852a6b298f3e7291f2378264bd0ce57904457a1a97ec14a65b1664f692edaf1 +EBUILD powerline-gitstatus-1.3.2.ebuild 559 BLAKE2B ee6863dd4d16c956e0887a431258ebe72e1ebd8e3e26985ca45ee0f7f911408e3b02f7f17b35a6cb10da7399d88952c6f233770bc9d7a5c12808ae7a9d56555f SHA512 d4fc71f16edb9a262e581fe042124bb86dcd50aff32cd98adc9892123a1fc45b3c877a58e33bbce41bf3296e2749eedb042e4129e2ce2d2664dc59d83f2b7578 diff --git a/app-shells/powerline-gitstatus/powerline-gitstatus-1.3.2.ebuild b/app-shells/powerline-gitstatus/powerline-gitstatus-1.3.2.ebuild new file mode 100644 index 0000000..ace562e --- /dev/null +++ b/app-shells/powerline-gitstatus/powerline-gitstatus-1.3.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{9..11} ) +PYPI_NO_NORMALIZE=1 +PYPI_PN="powerline-gitstatus" +inherit distutils-r1 + +DESCRIPTION="A Powerline segment for showing the status of a Git working copy." +HOMEPAGE="https://github.com/jaspernbrouwer/powerline-gitstatus" +SRC_URI="https://github.com/jaspernbrouwer/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="app-shells/powerline" +RDEPEND="${DEPEND}" +BDEPEND="" |