mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-shells/powerline-go: add 1.26
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
This commit is contained in:
@@ -1,2 +1,4 @@
|
|||||||
DIST powerline-go-1.25-deps.tar.xz 26569268 BLAKE2B f90bfac6f84e0d6c15999d2f4df4aadcb52f591757033b35146901b34eb5bfe2e6dc659d6c455e3705c94db8d3beff4039feab246aefc7380f5222412f86f004 SHA512 7ff5782735c51ed57c0aa3faf206f4701b82b301826fbe5d017f837547334153339e29272d2d0b7ca87e322f7abfb6743b006ec1bb28550b7836974f2b49a733
|
DIST powerline-go-1.25-deps.tar.xz 26569268 BLAKE2B f90bfac6f84e0d6c15999d2f4df4aadcb52f591757033b35146901b34eb5bfe2e6dc659d6c455e3705c94db8d3beff4039feab246aefc7380f5222412f86f004 SHA512 7ff5782735c51ed57c0aa3faf206f4701b82b301826fbe5d017f837547334153339e29272d2d0b7ca87e322f7abfb6743b006ec1bb28550b7836974f2b49a733
|
||||||
DIST powerline-go-1.25.tar.gz 141368 BLAKE2B 8ba7f11a6f2b3d4388572b6ea09d66e96bae053078126064075bf14396dc6015199eaf6e90934cf5e3c88b8c5d42ad557f824e8d72c3eddbaaeb52850124670e SHA512 8cfc70fbae6c8337dde46a834d7e1a40f1162b6488446b46a33baaa2977db52b23c4a991f1dcdb6d9cc0187934e568167fc18acea72245206b6567270df16cb9
|
DIST powerline-go-1.25.tar.gz 141368 BLAKE2B 8ba7f11a6f2b3d4388572b6ea09d66e96bae053078126064075bf14396dc6015199eaf6e90934cf5e3c88b8c5d42ad557f824e8d72c3eddbaaeb52850124670e SHA512 8cfc70fbae6c8337dde46a834d7e1a40f1162b6488446b46a33baaa2977db52b23c4a991f1dcdb6d9cc0187934e568167fc18acea72245206b6567270df16cb9
|
||||||
|
DIST powerline-go-1.26-deps.tar.xz 27431648 BLAKE2B 277a146f6258fb72e7119f5c6d6ed5dd17adaf8fea6f6dfd5199bf137e67bd6d6b02f7e946a856f05701b884d4725b9b9403fa4f480cf7a3478dcb34ee7735de SHA512 45b13f5b4e5e336c6b1dea2892108af29b380747d640c4af5c913144ef242a2b88169a59ec4330598163ce51f89c33c9f31421d85481f9efa8316a6576ffcc8f
|
||||||
|
DIST powerline-go-1.26.tar.gz 1335511 BLAKE2B 9529c242f451ce68ff4f17f3f6352d4e57b840e2323e7e93cc6eda3c9098efdf8840b56f174f84a4d03b1e27e0a82b898cb1bdfae1834926704764de6932e8da SHA512 bd17e64478069328305f4038d399d0229d72f849a944fd6c8d080ac6ce5ac9c5bcd93d8c20025ab73df216448a840e0dcc4fa7078444f8862f623e9b5d2824fe
|
||||||
|
|||||||
30
app-shells/powerline-go/powerline-go-1.26.ebuild
Normal file
30
app-shells/powerline-go/powerline-go-1.26.ebuild
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
# Copyright 2021-2026 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit go-module
|
||||||
|
|
||||||
|
DESCRIPTION="A powerline like prompt for Bash, Zsh, Fish written in Go lang."
|
||||||
|
HOMEPAGE="https://github.com/justjanne/powerline-go"
|
||||||
|
SRC_URI="https://github.com/justjanne/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
SRC_URI+=" https://github.com/Tapchicoma/ebuild-deps/raw/refs/heads/main/go-deps/${PN}-${PV}-deps.tar.xz"
|
||||||
|
|
||||||
|
LICENSE="GPL-3 MIT Apache-2.0 BSD"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~arm ~arm64"
|
||||||
|
|
||||||
|
DOCS=(README.md)
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
go build -o release/powerline-go . || die
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin release/powerline-go
|
||||||
|
einstalldocs
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
elog 'Check installed documentation to how-to add this to the shell prompt'
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user